Exemplo n.º 1
0
 public PatientService(IHttpClientSend httpClientSend, ISettings settings)
 {
     _httpClientSend = httpClientSend;
     _settings       = settings;
 }
Exemplo n.º 2
0
 public SendQueueApi(IHttpClientSend httpClient)
 {
     _httpClient = httpClient;
 }