Example #1
0
 Category IProductService.getCategoryById(string id)
 {
     return(CategoryTableServices.getCategoryById(id));
 }
Example #2
0
 List <Category> IProductService.getAllCategories()
 {
     return(CategoryTableServices.getAllCategories());
 }