protected OwWebApplication()
 {
     OwBootstrapper = new OwBootstrapper();
 }
Example #2
0
 static Test()
 {
     OwBootstrapper bootstrapper = new OwBootstrapper();
     bootstrapper.Initialize();
     IocManager = bootstrapper.IocManager;
 }