예제 #1
0
        public async Task <ApiResultLite> DeleteAsync(int id)
        {
            var result = await _seatService.DeleteAsync(id);

            return(result);
        }