コード例 #1
0
 public IActionResult Activate(string jmbg)
 {
     _patientService.Activate(jmbg);
     return(NoContent());
 }