NewGaoKaoApi/New_College.Model/ViewModels/Query/EvaluationRequest.cs

12 lines
211 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.ViewModels.Query
{
public class EvaluationRequest
{
public int CustomerId { get; set; }
}
}