Exemple #1
0
        public async Task <IActionResult> DeleteSelection([FromRoute] int id)
        {
            await _selectionService.RemoveAsync(id);

            return(NoContent());
        }