Skip to content

MaciejDot/SimpleCQRS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCQRSDotCore

Introduction

Simple Unambitious cqrs.

Usage

In StartUp

services.AddSimpleCQRS(Assembly.GetExecutingAssembly());

then just use interfaces: ICommand, ICommandHandler, IQuery, IQueryHandler

for commands definitions and handlers.

and use:

ICommandDispatcher, IQueryProcessor to execute them

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages