Esempio n. 1
0
 List <Product> IProductService.getProductsByCategory(string catId)
 {
     return(ProductTableServices.getAllProductsByCategory(catId));
 }