You have to configure the container to disambiguate the construction of EntityContext:
Container.RegisterType<EntityContext >("Context", new InjectionConstructor(...))
onof
2010-09-09 10:37:54
You have to configure the container to disambiguate the construction of EntityContext:
Container.RegisterType<EntityContext >("Context", new InjectionConstructor(...))