Example #1
0
 public void ChangeQuantity(int quantity, int id, string userId)
 {
     _accountRepo.ChangeQuantity(quantity, id, userId);
 }