Esempio n. 1
0
 public DataTable ListJobsByStatus(string status)
 {
     return(readDataHandler.ListJobsByStatus(status));
 }