Пример #1
0
 public List <ProductCategory> GetProductCategorys()
 {
     return(productCategoryDAO.GetProductCategorys());
 }