Example #1
0
 //Employee List
 public List <Employee> GetEmployeeList()
 {
     return(EFBroker_DeptEmployee.GetEmployeeList());
 }