Example #1
0
        public async Task <IActionResult> DeleteRoomType(int id)
        {
            await _roomTypeService.DeleteRoomTypeById(id);

            return(Ok());
        }