Files
FrontOffice.BFF/src/FrontOffice.BFF.Application/ShopingCartCQ/Queries/GetAllUserCart/GetAllUserCartQuery.cs

5 lines
152 B
C#
Raw Normal View History

namespace FrontOffice.BFF.Application.ShopingCartCQ.Queries.GetAllUserCart;
public record GetAllUserCartQuery : IRequest<GetAllUserCartResponseDto>
{
}