Exemplo n.º 1
0
 public PatientDTO ClaimGuestAccount(GuestDTO guest, string email, string password)
 => _converter.ConvertEntityToDTO(_service.ClaimGuestAccount(_guestConverter.ConvertDTOToEntity(guest), email, password));