83f51c6a23
Added shopping cart and items Added quotes Refactored relatinoships Migrated changes Refactored cqrs commands and queries Refactored mappings
7 lines
121 B
C#
7 lines
121 B
C#
namespace LiteCharms.Features.ShoppingCarts.Commands;
|
|
|
|
public class CreateShoppingCartCommand : IRequest<Result>
|
|
{
|
|
|
|
}
|