diff --git a/src/Imprink.Application/Dtos/OrderAddressDto.cs b/src/Imprink.Application/Dtos/Orders/OrderAddressDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/OrderAddressDto.cs rename to src/Imprink.Application/Dtos/Orders/OrderAddressDto.cs diff --git a/src/Imprink.Application/Dtos/OrderDto.cs b/src/Imprink.Application/Dtos/Orders/OrderDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/OrderDto.cs rename to src/Imprink.Application/Dtos/Orders/OrderDto.cs diff --git a/src/Imprink.Application/Dtos/OrderStatusDto.cs b/src/Imprink.Application/Dtos/Orders/OrderStatusDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/OrderStatusDto.cs rename to src/Imprink.Application/Dtos/Orders/OrderStatusDto.cs diff --git a/src/Imprink.Application/Dtos/ShippingStatusDto.cs b/src/Imprink.Application/Dtos/Orders/ShippingStatusDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/ShippingStatusDto.cs rename to src/Imprink.Application/Dtos/Orders/ShippingStatusDto.cs diff --git a/src/Imprink.Application/Dtos/CategoryDto.cs b/src/Imprink.Application/Dtos/Products/CategoryDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/CategoryDto.cs rename to src/Imprink.Application/Dtos/Products/CategoryDto.cs diff --git a/src/Imprink.Application/Dtos/ProductDto.cs b/src/Imprink.Application/Dtos/Products/ProductDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/ProductDto.cs rename to src/Imprink.Application/Dtos/Products/ProductDto.cs diff --git a/src/Imprink.Application/Dtos/ProductVariantDto.cs b/src/Imprink.Application/Dtos/Products/ProductVariantDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/ProductVariantDto.cs rename to src/Imprink.Application/Dtos/Products/ProductVariantDto.cs diff --git a/src/Imprink.Application/Dtos/AddressDto.cs b/src/Imprink.Application/Dtos/Users/AddressDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/AddressDto.cs rename to src/Imprink.Application/Dtos/Users/AddressDto.cs diff --git a/src/Imprink.Application/Dtos/RoleDto.cs b/src/Imprink.Application/Dtos/Users/RoleDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/RoleDto.cs rename to src/Imprink.Application/Dtos/Users/RoleDto.cs diff --git a/src/Imprink.Application/Dtos/UserDto.cs b/src/Imprink.Application/Dtos/Users/UserDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/UserDto.cs rename to src/Imprink.Application/Dtos/Users/UserDto.cs diff --git a/src/Imprink.Application/Dtos/UserRoleDto.cs b/src/Imprink.Application/Dtos/Users/UserRoleDto.cs similarity index 100% rename from src/Imprink.Application/Dtos/UserRoleDto.cs rename to src/Imprink.Application/Dtos/Users/UserRoleDto.cs