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 a314b8af93
commit 50fd3c488d

@ -1,10 +1,10 @@
namespace API_LoL_Project.Controllers.Request
{
public class PageRequest
{
public string? orderingPropertyName { get; set; } = null;
public bool descending { get; set; } = false;
public int index { get; set; } = 1;
public int count { get; set; } = 1;
}
}
namespace API_LoL_Project.Controllers.Request
{
public class PageRequest
{
public string? orderingPropertyName { get; set; } = null;
public bool descending { get; set; } = false;
public int index { get; set; } = 0;
public int count { get; set; } = 1;
}
}

Loading…
Cancel
Save