コード例 #1
0
 public static bool UpdateRoomEmpty(int id)
 {
     return(RoomBUS.UpdateRoomEmpty(id));
 }