示例#1
0
 public DataTable ListJobsByEmployeeID(string id)
 {
     return(readDataHandler.ListJobsByEmployeeID(id));
 }