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