Files
FrontOffice.BFF/src/FrontOffice.BFF.Application/ShopingCartCQ/Queries/GetAllUserCart/GetAllUserCartQuery.cs
2025-11-20 00:26:12 +03:30

5 lines
152 B
C#

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