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