diff --git a/Src/Product.Domain/Aggregates/ProductAggregate/CategoryModel.cs b/Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs
similarity index 100%
rename from Src/Product.Domain/Aggregates/ProductAggregate/CategoryModel.cs
rename to Src/Product.Domain/Aggregates/Category/AggregateRoot/CategoryModel.cs
diff --git a/Src/Product.Domain/Aggregates/ProductAggregate/ProductModel.cs b/Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs
similarity index 100%
rename from Src/Product.Domain/Aggregates/ProductAggregate/ProductModel.cs
rename to Src/Product.Domain/Aggregates/Product/AggregateRoot/ProductModel.cs
diff --git a/Src/Product.Domain/Aggregates/ProductAggregate/Currency.cs b/Src/Product.Domain/Aggregates/Product/ValueObjects/Currency.cs
similarity index 100%
rename from Src/Product.Domain/Aggregates/ProductAggregate/Currency.cs
rename to Src/Product.Domain/Aggregates/Product/ValueObjects/Currency.cs
diff --git a/Src/Product.Domain/Aggregates/ProductAggregate/Price.cs b/Src/Product.Domain/Aggregates/Product/ValueObjects/Price.cs
similarity index 100%
rename from Src/Product.Domain/Aggregates/ProductAggregate/Price.cs
rename to Src/Product.Domain/Aggregates/Product/ValueObjects/Price.cs
diff --git a/Src/Product.Domain/Product.Domain.csproj b/Src/Product.Domain/Product.Domain.csproj
index 6836c68..fc5d596 100644
--- a/Src/Product.Domain/Product.Domain.csproj
+++ b/Src/Product.Domain/Product.Domain.csproj
@@ -6,4 +6,8 @@
enable
+
+
+
+