Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created November 13, 2015 12:40
Show Gist options
  • Save guntidheerajkumar/f6feb33d7180094963c0 to your computer and use it in GitHub Desktop.
Save guntidheerajkumar/f6feb33d7180094963c0 to your computer and use it in GitHub Desktop.
private static IUnityContainer BuildUnityContainer()
{
var container = new UnityContainer();
container.RegisterType<IEmployee, Employee>();
RegisterTypes(container);
return container;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment