예제 #1
0
 public bool SaveProduct(ProductCategoryMaster newItem)
 {
     return(productcategoryDAL.Save(newItem));
 }