Пример #1
0
        public SecretSharingService(IInValueCache inValueCache, IAccountService accountService)
        {
            _inValueCache   = inValueCache;
            _accountService = accountService;

            Logger = NullLogger <SecretSharingService> .Instance;
        }
Пример #2
0
        public AEDPoSTriggerInformationProvider(IAccountService accountService,
                                                ISecretSharingService secretSharingService, IInValueCache inValueCache)
        {
            _accountService       = accountService;
            _secretSharingService = secretSharingService;
            _inValueCache         = inValueCache;

            Logger = NullLogger <AEDPoSTriggerInformationProvider> .Instance;
        }