Beispiel #1
0
 public IActionResult PostPatientAsync(Patient patient)
 {
     _patientServiceFake.Add(patient);
     return(Ok());
 }