From ff67b88a99167916c70ead6fcd775ad175f6fe7c Mon Sep 17 00:00:00 2001 From: Sebastian Stehle Date: Thu, 10 Aug 2017 18:25:20 +0200 Subject: [PATCH] Command middleware. --- .../CQRS/Commands/{ICommandHandler.cs => ICommandMiddleware.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/Squidex.Infrastructure/CQRS/Commands/{ICommandHandler.cs => ICommandMiddleware.cs} (100%) diff --git a/src/Squidex.Infrastructure/CQRS/Commands/ICommandHandler.cs b/src/Squidex.Infrastructure/CQRS/Commands/ICommandMiddleware.cs similarity index 100% rename from src/Squidex.Infrastructure/CQRS/Commands/ICommandHandler.cs rename to src/Squidex.Infrastructure/CQRS/Commands/ICommandMiddleware.cs