Exemple #1
0
        public async Task LoadUserGroup(int id)
        {
            await _userGroupManager.Initialize(id);

            IdentityOptions = new IdentityOptions
            {
                Password = _userGroupManager.PasswordOptions
            };
        }