clean
continuous-integration/drone/push Build is passing Details

pull/10/head
David D'ALMEIDA 1 year ago
parent 2f1dc9e2dd
commit 25081267b9

@ -7,10 +7,6 @@ public class PageRequest
{ {
public string? OrderingPropertyName { get; set; } = null; public string? OrderingPropertyName { get; set; } = null;
public bool? Descending { get; set; } = false; public bool? Descending { get; set; } = false;
// [Range(0, int.MaxValue, ErrorMessage = "Count must be greater than 0")]
public int Index { get; set; } = 0; public int Index { get; set; } = 0;
// [Range(0, int.MaxValue, ErrorMessage = "Count must be greater than 0")]
public int Count { get; set; } = 1; public int Count { get; set; } = 1;
} }

Loading…
Cancel
Save