Beispiel #1
0
 public List <Category> GetAllCategory()
 {
     return(categoryGateway.GetAllCategory());
 }
Beispiel #2
0
 public List <CategoryAdd> GetAllProducts()
 {
     return(aProductGateway.GetAllCategory());
 }
Beispiel #3
0
 public List <CategoryAdd> GetAllCategory()
 {
     return(aCategoryGateway.GetAllCategory());
 }
Beispiel #4
0
 public List <CategoryModel> GetAllCategory()
 {
     return(addCategory.GetAllCategory());
 }