Esempio n. 1
0
 public DataTable GetProductCategory()
 {
     //return ProductCategoryDAL.GetProductCategory();
     return(ProductCategoryDAL.spGetProductCategory());
 }