Catel.Test.IoC.TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithSeveralMatchesForDependencyInjection.ClassWithSeveralMatchesForDependencyInjection C# (CSharp) Метод

ClassWithSeveralMatchesForDependencyInjection() приватный Метод

private ClassWithSeveralMatchesForDependencyInjection ( IMessageMediator messageMediator, IMessageService messageService ) : System
messageMediator IMessageMediator
messageService IMessageService
Результат System
                public ClassWithSeveralMatchesForDependencyInjection(IMessageMediator messageMediator, IMessageService messageService)
                {
                    IsRightConstructorUsed = true;
                }

Same methods

TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithSeveralMatchesForDependencyInjection::ClassWithSeveralMatchesForDependencyInjection ( IUIVisualizerService uiVisualizerService, IMessageService messageService ) : System
TypeFactoryFacts.TheCreateInstanceWithAutoCompletionMethod.ClassWithSeveralMatchesForDependencyInjection