예제 #1
0
 //根据房间ID查询房间信息
 public static DataTable Cha_One(int idd)
 {
     return(DAL_Hotel.Cha_One(idd));
 }