Ejemplo n.º 1
0
 public async ValueTask <Patient> AddNewPatient(Patient patient) => await _storageBroker.InsertPatientAsync(patient);