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