Exemple #1
0
        public virtual async Task <bool> CanInsertApiScopeAsync(ApiScopeDto apiScopeDto)
        {
            var apiScope = apiScopeDto.ToEntity();

            return(await ApiScopeRepository.CanInsertApiScopeAsync(apiScope));
        }