Exemplo n.º 1
0
 public ProductModel Edit(ProductModel model)
 {
     return(_repo.Edit <ProductModel>("usp_ProductEdit", model));
 }
Exemplo n.º 2
0
 public PriceModel Edit(PriceModel model)
 {
     return(_repo.Edit <PriceModel>("usp_PriceEdit", model));
 }