Description
Provide a simple way to register multiple interfaces of the same type with the container:
RegisterType(IEnumerable<Type> interfaces, Type type, string name, ITypeLifetimeManager lifetimeManager, params InjectionMember[] injectionMembers);
Description
Provide a simple way to register multiple interfaces of the same type with the container: