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