Refactor ShopingCart references and add UserCarts integration
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
using FluentValidation;
|
||||
using FrontOfficeMicroservice.Protobuf.Protos.ShopingCart;
|
||||
using FrontOffice.BFF.ShopingCart.Protobuf.Protos.ShopingCart;
|
||||
namespace FrontOfficeMicroservice.Protobuf.Validator.ShopingCart;
|
||||
|
||||
public class AddNewUserCartRequestValidator : AbstractValidator<AddNewUserCartRequest>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
using FluentValidation;
|
||||
using FrontOfficeMicroservice.Protobuf.Protos.ShopingCart;
|
||||
using FrontOffice.BFF.ShopingCart.Protobuf.Protos.ShopingCart;
|
||||
namespace FrontOfficeMicroservice.Protobuf.Validator.ShopingCart;
|
||||
|
||||
public class UpdateUserCartRequestValidator : AbstractValidator<UpdateUserCartRequest>
|
||||
|
||||
Reference in New Issue
Block a user