public async Task <ActionResult> DeleteRoomTypeInfoAsync(int id) { await _roomTypeService.DeleteRoomTypeInfoAsync(id); return(Ok()); }