Exemplo n.º 1
0
 public IEnumerable <User> GetAll()
 {
     return(repository.GetByWhere(x => true));
 }
Exemplo n.º 2
0
 public IEnumerable <Feedback> GetAll()
 {
     return(repository.GetByWhere(x => true));
 }