예제 #1
0
 //根据房间编号查询信息
 public static DataTable Cha_Roomid(string roomid, string table)
 {
     return(DAL_Hotel.Cha_Roomid(roomid, table));
 }