示例#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);
        }