Esempio n. 1
0
 public bool EditProductInCart(Guid userGuid, Guid shopGuid, Guid shopProductGuid, int newAmount)
 {
     return(_real == null ? false : _real.EditProductInCart(userGuid, shopGuid, shopProductGuid, newAmount));
 }