Exemplo n.º 1
0
 public RemoteFubuMvcBootstrapper(IApplicationSourceFinder typeFinder, IFubuMvcApplicationActivator activator, IMessaging messaging)
 {
     _typeFinder = typeFinder;
     _activator  = activator;
     _messaging  = messaging;
 }
Exemplo n.º 2
0
 public ApplicationRunner(IApplicationSourceFinder sourceFinder)
 {
     _sourceFinder = sourceFinder;
 }
Exemplo n.º 3
0
 public ApplicationRunner(IApplicationSourceFinder sourceFinder)
 {
     _sourceFinder = sourceFinder;
 }
Exemplo n.º 4
0
 public ApplicationSourceChooser(IApplicationSourceFinder finder, IMessaging messaging)
 {
     _finder    = finder;
     _messaging = messaging;
 }