예제 #1
0
 public static bool DeleteRoomType(string roomTypeID)
 {
     return(RoomTypeDAO.DeleteRoomType(roomTypeID));
 }