Ejemplo n.º 1
0
        public async Task <ApplicationRole> FindByIdAsync(string roleId, CancellationToken cancellationToken)
        {
            cancellationToken.ThrowIfCancellationRequested();

            return(await roleRepository.FindById(roleId));
        }