Exemple #1
0
 public bool Update(ProdutoDomain obj)
 {
     return _business.Update(obj);
 }