Esempio n. 1
0
 public GenerateLegalEntityAccountCommand(
     string organizationName,
     PersonFullName chiefName,
     DriveCertificatesReader driveCertificatesReader)
 {
     this.organizationName        = organizationName;
     this.chiefName               = chiefName;
     this.driveCertificatesReader = driveCertificatesReader;
 }
Esempio n. 2
0
        public ExternTestTool(string apiKey, IResponseCache cache, ILifetime lifetime, ILog log)
        {
            this.apiKey   = apiKey;
            this.cache    = cache;
            this.lifetime = lifetime;
            httpClient    = new HttpClientImplementation("https://extern-api.testkontur.ru/test-tools/v1/", apiKey, lifetime, log);

            driveCertificatesReader = new DriveCertificatesReader(lifetime);
        }