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