csharpfritz / InstantAPIs

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

Integration with any mapping library like Automapper #56

Closed harshitgindra closed 2 years ago

harshitgindra commented 2 years ago

It'd be a good enhancement to configure it with a mapper to map database model to view model and vice versa. Mappers like Automapper

ScottKane commented 2 years ago

same as #53. I would say Automapper is a good choice though

csharpfritz commented 2 years ago

Duplicate of #53