예제 #1
0
 //查询所有顾客信息
 public static DataTable Cha_Cus()
 {
     return(DAL_Hotel.ChaCus());
 }