Example #1
0
        protected override async Task ManageRepositoryAsync(IDeleteClientSecretIdentityCommand command)
        {
            NullGuard.NotNull(command, nameof(command));

            await SecurityRepository.DeleteClientSecretIdentityAsync(command.Identifier);
        }