Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/5e2aae81a5154507fc98 to your computer and use it in GitHub Desktop.
Save dcomartin/5e2aae81a5154507fc98 to your computer and use it in GitHub Desktop.
Unity RegisterType IMediator
container.RegisterType<IMediator>(new InjectionFactory(x => new Mediator(() => new UnityServiceLocator(x))));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment