示例#1
0
        private InherenceSetting CreateO10Inherence()
        {
            _logger.Info("CreateO10Inherence");
            AccountId = _accountsService.Create(AccountType.ServiceProvider, nameof(O10InherenceService), GetDefaultO10InherencePassword(), true);
            InherenceSetting inherenceSetting = _dataAccessService.AddInherenceSetting(Name, AccountId);

            _logger.LogIfDebug(() => $"[{AccountId}]: {nameof(CreateO10Inherence)} account created");

            return(inherenceSetting);
        }