Пример #1
0
 public IEnumerable <Employer> GetAllEmployer(Func <Employer, bool> predicate = null)
 {
     return(dal.GetAllEmployer());
 }