Esempio n. 1
0
 public DataTable ListJobsByContractID(string id)
 {
     return(readDataHandler.ListJobsByContractID(id));
 }