https://github.com/soenneker/soenneker.coordinators.entities
A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.
https://github.com/soenneker/soenneker.coordinators.entities
controller coordinator coordinators csharp dotnet entities entitiescoordinator entity manager request response util
Last synced: about 2 months ago
JSON representation
A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.coordinators.entities
- Owner: soenneker
- License: mit
- Created: 2025-04-03T13:19:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T18:57:33.000Z (about 2 months ago)
- Last Synced: 2025-04-10T04:15:25.967Z (about 2 months ago)
- Topics: controller, coordinator, coordinators, csharp, dotnet, entities, entitiescoordinator, entity, manager, request, response, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.coordinators.entities/)
[](https://github.com/soenneker/soenneker.coordinators.entities/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.coordinators.entities/)#  Soenneker.Coordinators.Entities
### A strongly-typed, generic coordinator base class that defines virtual CRUD operations for a specific request and response type.## Installation
```
dotnet add package Soenneker.Coordinators.Entities
```