Exemplo n.º 1
0
 public static bool DeleteRoomType(string roomTypeID)
 {
     return(RoomTypeDAO.DeleteRoomType(roomTypeID));
 }