namespace Application.Web; public class CheckUserPropParms { public int type { get; set; } public int count { get; set; } public string needs { get; set; } }