Ejemplo n.º 1
0
 public WsXpertGroup()
 {
     dataOpSum      = new List <string>();
     this.container = new WindsorContainer();
     container.Install(new Installer());
     this.businessLogic = this.container.Resolve <IBusinessLogicSegment>();
 }
Ejemplo n.º 2
0
        public BusinessLogicSegmentTest()
        {
            this.container = new WindsorContainer();
            container.Install(new Installer());

            this.blLogic = this.container.Resolve <IBusinessLogicSegment>();
        }