示例#1
0
 public ServicesClient(RopuWebClient webClient, ServiceType serviceType)
 {
     _webClient   = webClient;
     _serviceType = serviceType;
 }
示例#2
0
 public ImageClient(RopuWebClient webClient)
 {
     _webClient = webClient;
 }