Exemple #1
0
 public IActionResult DeleteSelection(string id)
 {
     _selectionService.DeleteSelection(id);
     return(NoContent());
 }