예제 #1
0
 //根据入住时间查询信息
 public static DataTable Cha_LiveTime(string livetime, string table)
 {
     return(DAL_Hotel.Cha_LiveTime(livetime, table));
 }