An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.coordinators.entities.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.coordinators.entities/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.coordinators.entities/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.coordinators.entities/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.coordinators.entities.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.coordinators.entities/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```