From a179a3fab00089f6522ba14940cbd8a9b633a590 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9?= Date: Thu, 2 Oct 2025 16:38:06 +0200 Subject: [PATCH] =?UTF-8?q?changement=20de=20dosiier=20et=20cr=C3=A9ation?= =?UTF-8?q?=20du=20dossier=20show=20afin=20de=20respecter=20l'architecture?= =?UTF-8?q?=20RESTful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PF3/DTO/{ => Show}/Request/CreateShowDto.cs | 0 PF3/DTO/{ => Show}/Request/IdShowDto.cs | 0 PF3/DTO/{ => Show}/Request/UpdateShowDto.cs | 0 PF3/DTO/{ => Show}/Response/ReadShowDto.cs | 0 PF3/PF3.csproj | 1 + 5 files changed, 1 insertion(+) rename PF3/DTO/{ => Show}/Request/CreateShowDto.cs (100%) rename PF3/DTO/{ => Show}/Request/IdShowDto.cs (100%) rename PF3/DTO/{ => Show}/Request/UpdateShowDto.cs (100%) rename PF3/DTO/{ => Show}/Response/ReadShowDto.cs (100%) diff --git a/PF3/DTO/Request/CreateShowDto.cs b/PF3/DTO/Show/Request/CreateShowDto.cs similarity index 100% rename from PF3/DTO/Request/CreateShowDto.cs rename to PF3/DTO/Show/Request/CreateShowDto.cs diff --git a/PF3/DTO/Request/IdShowDto.cs b/PF3/DTO/Show/Request/IdShowDto.cs similarity index 100% rename from PF3/DTO/Request/IdShowDto.cs rename to PF3/DTO/Show/Request/IdShowDto.cs diff --git a/PF3/DTO/Request/UpdateShowDto.cs b/PF3/DTO/Show/Request/UpdateShowDto.cs similarity index 100% rename from PF3/DTO/Request/UpdateShowDto.cs rename to PF3/DTO/Show/Request/UpdateShowDto.cs diff --git a/PF3/DTO/Response/ReadShowDto.cs b/PF3/DTO/Show/Response/ReadShowDto.cs similarity index 100% rename from PF3/DTO/Response/ReadShowDto.cs rename to PF3/DTO/Show/Response/ReadShowDto.cs diff --git a/PF3/PF3.csproj b/PF3/PF3.csproj index f6110dd..0ace12c 100644 --- a/PF3/PF3.csproj +++ b/PF3/PF3.csproj @@ -12,6 +12,7 @@ +