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