Example #1
0
 public DataTable ListEmployeesForJob(string category, string type)
 {
     return(readDataHandler.ListEmployeesForJob(category, type));
 }