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

12 lines
204 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace New_College.Model.ViewModels
{
public class appQuestionQuery
{
public int CategoryId { get; set; }
}
}