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