Exemplo n.º 1
0
        public void SingleImplementationsOfInterface()
        {
            var convention = new ImplementationMap();

            With(convention);
        }
Exemplo n.º 2
0
        public void SingleImplementationsOfInterface(ServiceLifetime lifetime)
        {
            var convention = new ImplementationMap(lifetime);

            With(convention);
        }