예제 #1
0
 //查询即将到期的客房
 public static DataTable Cha_OutDay()
 {
     return(DAL_Hotel.Cha_OutDay());
 }