cqrs-hotel
cqrs-hotel copied to clipboard
Introduing Sagas
Hi, I really liked this project of CQRS implementation without using any of the frameworks. It perfectly suits our project needs. Would you please update the code to introduce Sagas to handle multiple events that can occur by issuing a single command and to integrate with external services.