Beispiel #1
0
 public DataTable GetContractByID(string id)
 {
     return(readDataHandler.GetContractByID(id));
 }