Example #1
0
        public async Task <ActionResult> DeleteRoomTypeInfoAsync(int id)
        {
            await _roomTypeService.DeleteRoomTypeInfoAsync(id);

            return(Ok());
        }