Refactor ShopingCart references and add UserCarts integration

This commit is contained in:
masoodafar-web
2025-11-20 00:56:58 +03:30
parent 852a0f7277
commit baa0c1449c
9 changed files with 35 additions and 6 deletions
@@ -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,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>