public void TestInitialize()
 {
     Bootstrapper = new TestableAppBootstrapper();
     Container = Bootstrapper.GetContainer();
 }
Пример #2
0
 public void TestInitialize()
 {
     Bootstrapper = new TestableAppBootstrapper();
     Container    = Bootstrapper.GetContainer();
 }