csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
447 stars 57 forks source link

Support mapping an IRepository #4

Open csharpfritz opened 2 years ago

csharpfritz commented 2 years ago

Define an IRepository interface and support mapping a concrete instance of that to APIs

This will help support other data providers