Exemplo n.º 1
0
 public ClientService(IRestClientAPI restClient)
 {
     _restClient = restClient;
 }
Exemplo n.º 2
0
 public RestClientAPI()
 {
     _restClient = RestService.For <IRestClientAPI>(RestEndPoints.BaseUrl);
 }