5 lines
152 B
C#
5 lines
152 B
C#
|
|
namespace FrontOffice.BFF.Application.ShopingCartCQ.Queries.GetAllUserCart;
|
||
|
|
public record GetAllUserCartQuery : IRequest<GetAllUserCartResponseDto>
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|