Esempio n. 1
0
 public ProductCategoryMaster GetProductCategory(ProductCategoryMaster item)
 {
     return((ProductCategoryMaster)productcategoryDAL.GetItem <ProductCategoryMaster>(item));
 }
Esempio n. 2
0
 public ProductCategory GetProductCategory(ProductCategory item)
 {
     return((ProductCategory)productcategoryDAL.GetItem <ProductCategory>(item));
 }