Beispiel #1
0
 public static List <ProductCategory> GetAllProductCategory()
 {
     return(ProductCategoryDAO.GetAllProductCategory());
 }