Example #1
0
 public Boolean Insert(BusinessModels.ProductMaster ProductMaster)
 {
     return(_dataLayer.Insert(ProductMaster));
 }
Example #2
0
 public Boolean Update(BusinessModels.ProductMaster ProductMaster)
 {
     return(_dataLayer.Update(ProductMaster));
 }