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