Пример #1
0
 public IActionResult Put(SpecialisationLevel level)
 {
     specLevelService.Update(level);
     return(Ok(level));
 }
Пример #2
0
 public IActionResult Update(SpecialisationLevel level)
 {
     specialisationLevelService.Update(level);
     return(NoContent());
 }