Пример #1
0
        public void MethodInjExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecMethodInjectionExample();
        }
Пример #2
0
        public void NamedPropertiesExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecNamedPropertiesExample();
        }
Пример #3
0
        public void AutowiredExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExecAutowiredPropertiesExample();
        }
Пример #4
0
        public void TypedParameterExampleExecution()
        {
            var cut = new PropertiesAndLifeTimeExample();

            cut.ExeTypedParameterExample();
        }