Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 509 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 509 Bytes

Lydian.Unity.Automapper

An easy-to-use, flexible package that provides automatic resolution of interface and concrete mappings for the Microsoft Unity framework.

Get up and running with the following three lines: -

using Lydian.Unity.Automapper;
var container = new UnityContainer();
container.AutomapAssemblies("MyFirstAssembly", "MySecondAssembly", "MyThirdAssembly");

// All registrations between the three assemblies have been wired up.

Read the full wiki for details.