Info
Version: | 4.0.0 |
Author(s): | Henrik Lau Eriksson |
Last Update: | Saturday, July 13, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/hlaueriksson/CommandQuery |
NuGet Url: | https://www.nuget.org/packages/CommandQuery.Abstractions |
Install
Install-Package CommandQuery.Abstractions
dotnet add package CommandQuery.Abstractions
paket add CommandQuery.Abstractions
CommandQuery.Abstractions Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
✔️ ICommand / ICommandHandler<in TCommand>
✔️ ICommand<TResult> / ICommandHandler<in TCommand, TResult>
✔️ IQuery<TResult> / IQueryHandler<in TQuery, TResult>
📄 https://hlaueriksson.me/CommandQuery/.