Esempio n. 1
0
 public Product ChangeStatus(Product obj)
 {
     return(_productBusiness.ChangeStatus(obj));
 }