Example #1
0
 public IEnumerable <Employee> InitList()
 {
     return(employeesDAO.InitList());
 }