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,8 +1,9 @@
using FrontOffice.BFF.Protobuf.Protos.ShopingCart;
using FrontOffice.BFF.WebApi.Common.Services;
using FrontOffice.BFF.Application.ShopingCartCQ.Commands.AddNewUserCart;
using FrontOffice.BFF.Application.ShopingCartCQ.Queries.GetAllUserCart;
using FrontOffice.BFF.Application.ShopingCartCQ.Commands.UpdateUserCart;
using FrontOffice.BFF.ShopingCart.Protobuf.Protos.ShopingCart;
namespace FrontOffice.BFF.WebApi.Services;
public class ShopingCartService : ShopingCartContract.ShopingCartContractBase
{