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 @@ +