示例#1
0
        private void AddUserAccount(AccountType type, string accountName, string userName)
        {
            Guid userId = nameIdentifierPairs[userName];

            IdentityManagementService.AddExternalUserAccount(userId, type, accountName);
        }