Ejemplo n.º 1
0
 public Product ChangePrice(Product obj, long newprice)
 {
     return(_productBusiness.ChangePrice(obj, newprice));
 }