Beispiel #1
0
 public Web1Controller(ISimpleCapBus bus)
 {
     _bus = bus;
 }
 /// <summary>
 /// Wrapper for eventBus result
 /// </summary>
 public SimpleCapBusWrapper(ISimpleCapBus simpleCapBus, TRequest model, string name)
 {
     _simpleCapBus = simpleCapBus;
     _model        = model;
     _name         = name;
 }