dotnet-cqrs/docs/samples/full-examples.md

29 lines
711 B
Markdown

# Full Examples
Links to complete working examples.
## Svrnty.Sample Project
See the [Svrnty.Sample](../../Svrnty.Sample/) project for complete examples:
**Commands:**
- [AddUserCommand](../../Svrnty.Sample/Commands/AddUserCommand.cs)
- [RemoveUserCommand](../../Svrnty.Sample/Commands/RemoveUserCommand.cs)
**Queries:**
- [FetchUserQuery](../../Svrnty.Sample/Queries/FetchUserQuery.cs)
**Events:**
- [UserRegisteredEvent](../../Svrnty.Sample/Events/UserRegisteredEvent.cs)
**Projections:**
- [UserProjection](../../Svrnty.Sample/Projections/)
**Sagas:**
- [UserWorkflow](../../Svrnty.Sample/Workflows/UserWorkflow.cs)
## See Also
- [Samples Overview](README.md)
- [Tutorials](../tutorials/README.md)