From 50fd3c488d1966c1934a7ea2fe3dad36665eee7f Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 25 Mar 2023 14:17:56 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'EntityFramework=5F?= =?UTF-8?q?LoL/Sources/API=5FLoL=5FProject/Controllers/Request/PageRequest?= =?UTF-8?q?.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Request/PageRequest.cs | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs b/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs index d4b5580..1f9f663 100644 --- a/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs +++ b/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs @@ -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; + } +}