Esempio n. 1
0
 public IActionResult Put(SpecialisationLevel level)
 {
     specLevelService.Update(level);
     return(Ok(level));
 }
Esempio n. 2
0
 public IActionResult Update(SpecialisationLevel level)
 {
     specialisationLevelService.Update(level);
     return(NoContent());
 }