Exemplo n.º 1
0
 public Boolean Insert(BusinessModels.ProductMaster ProductMaster)
 {
     return(_dataLayer.Insert(ProductMaster));
 }
Exemplo n.º 2
0
 public Boolean Update(BusinessModels.ProductMaster ProductMaster)
 {
     return(_dataLayer.Update(ProductMaster));
 }