You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Services/Catalogs/FoodDelivery.Services.Catalogs/Products/Features/CreatingProduct/v1/CreateProduct.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -87,11 +87,11 @@ public static CreateProduct Of(
Copy file name to clipboardexpand all lines: src/Services/Catalogs/FoodDelivery.Services.Catalogs/Products/Features/CreatingProduct/v1/Events/Domain/ProductCreated.cs
+2-2
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,12 @@ public static ProductCreated Of(
Copy file name to clipboardexpand all lines: src/Services/Customers/FoodDelivery.Services.Customers/Customers/Features/CreatingCustomer/v1/CreateCustomer.cs
+3
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
usingBuildingBlocks.Abstractions.Commands;
2
2
usingBuildingBlocks.Core.Domain.ValueObjects;
3
+
usingBuildingBlocks.Core.Exception.Types;
3
4
usingBuildingBlocks.Core.Extensions;
4
5
usingBuildingBlocks.Core.IdsGenerator;
5
6
usingBuildingBlocks.Validation.Extensions;
@@ -58,6 +59,8 @@ public async Task<CreateCustomerResult> Handle(CreateCustomer command, Cancellat
58
59
thrownewCustomerAlreadyExistsException($"Customer with email '{command.Email}' already exists.");
0 commit comments