Exemple #1
0
        public async Task <NoContentResult> Delete(int id)
        {
            await _demoService.DeleteDataAsync(id);

            return(NoContent());
        }