Generator Changes at 11/12/2025 1:32:03 AM +03:30
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace CMSMicroservice.Application.UserCartsCQ.Commands.UpdateUserCarts;
|
||||
public record UpdateUserCartsCommand : IRequest<Unit>
|
||||
{
|
||||
//
|
||||
public long Id { get; init; }
|
||||
//
|
||||
public long ProductId { get; init; }
|
||||
//
|
||||
public long UserId { get; init; }
|
||||
//
|
||||
public int Count { get; init; }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user