示例#1
0
 public DataTable GetClientByID(string id)
 {
     return(readDataHandler.GetClientByID(id));
 }