Beispiel #1
0
 public List <ProductInfo> GetProductsByCategoryId(int categoryId)
 {
     return(_dataAccess.GetProductsByCategoryId(categoryId));
 }