Exemplo n.º 1
0
 public ICollection <GeneralCategory> GetAll()
 {
     return(Repository.GetAll());
 }
Exemplo n.º 2
0
 public ICollection <GeneralCategory> GetAll(Expression <Func <GeneralCategory, bool> > predicateExpression)
 {
     return(_repository.GetAll(predicateExpression));
 }