Example #1
0
        public async Task <bool> CanInsertIdentityResourceAsync(IdentityResourceDto identityResource)
        {
            var resource = identityResource.ToEntity();

            return(await _identityResourceRepository.CanInsertIdentityResourceAsync(resource));
        }