Contains the implementations of the IQueryExecutor and the ICommandExecutor interfaces.
Info
Version: | 1.2.0 |
Author(s): | Bernhard Richter |
Last Update: | Thursday, December 21, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/seesharper/CQRS.Concepts |
NuGet Url: | https://www.nuget.org/packages/CQRS.Execution |
Install
Install-Package CQRS.Execution
dotnet add package CQRS.Execution
paket add CQRS.Execution
CQRS.Execution Download (Unzip the "nupkg" after downloading)
Dependencies
- CQRS.Command.Abstractions(>= 1.0.0)
- CQRS.Query.Abstractions(>= 1.0.0)
Tags