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