예제 #1
0
 //根据顾客姓名查询信息
 public static DataTable Cha_Gname(string gname, string table)
 {
     return(DAL_Hotel.Cha_Gname(gname, table));
 }