This commit is contained in:
2018-11-28 22:57:10 +00:00
parent 6f21a13349
commit c2ab4c5afc
2 changed files with 13 additions and 6 deletions

View File

@@ -18,6 +18,10 @@ namespace AyaNova.Api.ControllerHelpers
[Range(1, MaxPageSize, ErrorMessage = "Limit must be greater than 0 and less than 100.")]
public int? Limit { get; set; }
public string Sort {get;set;}
public bool? Asc {get;set;}
}
}