Info
| Version: | 1.0.2 | 
| Author(s): | James Harling | 
| Last Update: | Thursday, March 17, 2016 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://github.com/jamesharling/MappingRepository | 
| NuGet Url: | https://www.nuget.org/packages/MappingRepository | 
Install
Install-Package MappingRepository
                        dotnet add package MappingRepository
                        paket add MappingRepository
                        
                                MappingRepository Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- MappingRepository.Interfaces(>= 1.0.1)
 - AutoMapper(>= 4.2.1)
 - AutoMapper.EF6(>= 0.3.0)
 - DelegateDecompiler(>= 0.18.1)
 - DelegateDecompiler.EntityFramework(>= 0.18.1)
 - EntityFramework(>= 6.1.3)
 - Mono.Reflection(>= 1.1.0)
 
Tags
                
Simply have your repositories and entities inherit from the provided classes and interfaces, define your AutoMapper config and you're done. Supports IoC injection of database context and AutoMapper configuration.