Exemplo n.º 1
0
 protected OwWebApplication()
 {
     OwBootstrapper = new OwBootstrapper();
 }
Exemplo n.º 2
0
 static Test()
 {
     OwBootstrapper bootstrapper = new OwBootstrapper();
     bootstrapper.Initialize();
     IocManager = bootstrapper.IocManager;
 }