diff --git a/PyroFetes/DTO/Setting/Request/CreateSettingDto.cs b/PyroFetes/DTO/SettingDTO/Request/CreateSettingDto.cs similarity index 73% rename from PyroFetes/DTO/Setting/Request/CreateSettingDto.cs rename to PyroFetes/DTO/SettingDTO/Request/CreateSettingDto.cs index 953b39a..56146d3 100644 --- a/PyroFetes/DTO/Setting/Request/CreateSettingDto.cs +++ b/PyroFetes/DTO/SettingDTO/Request/CreateSettingDto.cs @@ -1,4 +1,4 @@ -namespace PyroFetes.DTO.Setting.Request; +namespace PyroFetes.DTO.SettingDTO.Request; public class CreateSettingDto { diff --git a/PyroFetes/DTO/Setting/Request/PatchSettingElectronicSignatureDto.cs b/PyroFetes/DTO/SettingDTO/Request/PatchSettingElectronicSignatureDto.cs similarity index 75% rename from PyroFetes/DTO/Setting/Request/PatchSettingElectronicSignatureDto.cs rename to PyroFetes/DTO/SettingDTO/Request/PatchSettingElectronicSignatureDto.cs index 6ea2aa3..44e567e 100644 --- a/PyroFetes/DTO/Setting/Request/PatchSettingElectronicSignatureDto.cs +++ b/PyroFetes/DTO/SettingDTO/Request/PatchSettingElectronicSignatureDto.cs @@ -1,4 +1,4 @@ -namespace PyroFetes.DTO.Setting.Request; +namespace PyroFetes.DTO.SettingDTO.Request; public class PatchSettingElectronicSignatureDto { diff --git a/PyroFetes/DTO/Setting/Request/PatchSettingLogoDto.cs b/PyroFetes/DTO/SettingDTO/Request/PatchSettingLogoDto.cs similarity index 70% rename from PyroFetes/DTO/Setting/Request/PatchSettingLogoDto.cs rename to PyroFetes/DTO/SettingDTO/Request/PatchSettingLogoDto.cs index 10b4f83..58a952e 100644 --- a/PyroFetes/DTO/Setting/Request/PatchSettingLogoDto.cs +++ b/PyroFetes/DTO/SettingDTO/Request/PatchSettingLogoDto.cs @@ -1,4 +1,4 @@ -namespace PyroFetes.DTO.Setting.Request; +namespace PyroFetes.DTO.SettingDTO.Request; public class PatchSettingLogoDto { diff --git a/PyroFetes/DTO/Setting/Response/GetSettingDto.cs b/PyroFetes/DTO/SettingDTO/Response/GetSettingDto.cs similarity index 77% rename from PyroFetes/DTO/Setting/Response/GetSettingDto.cs rename to PyroFetes/DTO/SettingDTO/Response/GetSettingDto.cs index c6ccbb7..7eb8232 100644 --- a/PyroFetes/DTO/Setting/Response/GetSettingDto.cs +++ b/PyroFetes/DTO/SettingDTO/Response/GetSettingDto.cs @@ -1,4 +1,4 @@ -namespace PyroFetes.DTO.Setting.Response; +namespace PyroFetes.DTO.SettingDTO.Response; public class GetSettingDto {