public int GetCountByCategory(string category)
 {
     return(_productDal.GetCountByCategory(category));
 }
Beispiel #2
0
 public int GetCountByCategory(string category)
 {
     return(_productDal.GetCountByCategory(category));
     //throw new NotImplementedException();
 }