Esempio n. 1
0
 public IQueryable <Nurse> GetNurses(Expression <Func <Nurse, bool> > where)
 {
     return(_repository.GetMany(where));
 }