예제 #1
0
 //退房时计算入住天数
 public static DataTable Cha_DayNum(DateTime date)
 {
     return(DAL_Hotel.Cha_DayNum(date));
 }