예제 #1
0
 public IActionResult Activate(string jmbg, [FromBody] string imageName)
 {
     _patientService.ChangeImage(jmbg, imageName);
     return(NoContent());
 }