Beispiel #1
0
 public int DeleteProductByCategoryId(int categoryId)
 {
     return(_dataAccess.DeleteProductByCategoryId(categoryId));
 }