a super simple AutoMapper example using the Dependency Injection Extension
noteable files:
- Middleware.cs - DI stuff
- Model/PersonMappingProfile.cs - A basic mapping profile
- Controllers/PersonController.cs - A controller that uses AutoMapper (this should actually use the repository pattern instead)