From 595e241164542a8afd1bf0c8cb158132880e39b2 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Sat, 25 Mar 2023 14:26:25 +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 --- .../Sources/API_LoL_Project/Controllers/Request/PageRequest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1f9f663..9ff2a11 100644 --- a/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs +++ b/EntityFramework_LoL/Sources/API_LoL_Project/Controllers/Request/PageRequest.cs @@ -4,7 +4,7 @@ { public string? orderingPropertyName { get; set; } = null; public bool descending { get; set; } = false; - public int index { get; set; } = 0; + public int index { get; set; } = 1; public int count { get; set; } = 1; } }