Ejemplo n.º 1
0
 public Category GetByCategoryID(int id)
 {
     return(_categoryDal.GetByID(x => x.CategoryId == id));
 }