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