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