Ejemplo n.º 1
0
 public DataTable GetClientByContractID(string id)
 {
     return(readDataHandler.GetClientByContractID(id));
 }