예제 #1
0
 public bool EditProductInShop(Guid userGuid, Guid shopGuid, Guid productGuid, double newPrice, int newQuantity)
 {
     return(_real == null ? false : _real.EditProductInShop(userGuid, shopGuid, productGuid, newPrice, newQuantity));
 }