Пример #1
0
 public IActionResult Delete(SpecialisationLevel level)
 {
     specLevelService.Delete(level);
     return(NoContent());
 }