Esempio n. 1
0
 public void BeforeEachTest()
 {
     _container = new UnityContainer();
     _container.RegisterType <IRequestHandler <DoubleInteger, DoubleIntegerReply>, DoubleIntegerHandler>();
     _mediator = new UnityMediator(_container);
 }
Esempio n. 2
0
 public void BeforeEachTest()
 {
     _container = new UnityContainer();
     _container.RegisterType<IRequestHandler<DoubleInteger, DoubleIntegerReply>, DoubleIntegerHandler>();
     _mediator = new UnityMediator(_container);
 }