예제 #1
0
 //根据身份证号查询信息
 public static DataTable Cha_Idcard(string idcard, string table)
 {
     return(DAL_Hotel.Cha_Idcard(idcard, table));
 }