Пример #1
0
 public ClientService(IRestClientAPI restClient)
 {
     _restClient = restClient;
 }
Пример #2
0
 public RestClientAPI()
 {
     _restClient = RestService.For <IRestClientAPI>(RestEndPoints.BaseUrl);
 }