예제 #1
0
 public EditShoppingCartCommand(Guid id, UpsertShoppingCartModel model)
 {
     Id    = id;
     Model = model;
 }
예제 #2
0
 public AddShoppingCartCommand(UpsertShoppingCartModel model)
 {
     Model = model;
 }