Exemple #1
0
        public async Task <UserPolicy> SetUserPolicy(UserPolicy policy)
        {
            var data = await _policyAccessor.SetUserPolicy(policy);

            SetUserSharedPolicy(policy);
            return(data);
        }