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