Пример #1
0
 public BaseApiClient(Config.IApiClientConfig cfg)
 {
     config      = cfg;
     httpHandler = httpFactory.GetHttpHandler(cfg);
 }