Exemplo n.º 1
0
 public bool GetProductForDeleteCategory(int categoryId)
 {
     return(categoryDataAccess.GetProductByCategoryId(categoryId));
 }