Example #1
0
 public ICollection <Category> GetList(Expression <Func <Category, bool> > expression)
 {
     return(categoryRepo.GetList(expression));
 }