예제 #1
0
 //根据顾客编号查询信息
 public static DataTable Cha_Gid(string gid, string table)
 {
     return(DAL_Hotel.Cha_Gid(gid, table));
 }