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