예제 #1
0
 public void Start()
 {
     _runtime.Start();
 }
예제 #2
0
 public void BeforeEachTest()
 {
     _runtime.Start();
     _commandBus = _container.Resolve <ICommandBus>();
 }