Mise à jour de 'EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs'
continuous-integration/drone/push Build is passing Details

WorkingBackup
David D'ALMEIDA 2 years ago
parent 50fd3c488d
commit 595e241164

@ -4,7 +4,7 @@
{ {
public string? orderingPropertyName { get; set; } = null; public string? orderingPropertyName { get; set; } = null;
public bool descending { get; set; } = false; public bool descending { get; set; } = false;
public int index { get; set; } = 0; public int index { get; set; } = 1;
public int count { get; set; } = 1; public int count { get; set; } = 1;
} }
} }

Loading…
Cancel
Save