예제 #1
0
        public void RegisterConcreteTypesAgainstTheFirstInterface()
        {
            var convention = new FirstInterfaceConvention();

            With(convention);
        }
예제 #2
0
        public void RegisterConcreteTypesAgainstTheFirstInterface(ServiceLifetime lifetime)
        {
            var convention = new FirstInterfaceConvention(lifetime);

            With(convention);
        }