Beispiel #1
0
 public Ceh18Controller(IRailwayModule bussinesEngage, ILog logger) : base(logger)
 {
     this._bussinesEngage = bussinesEngage;
 }
Beispiel #2
0
 public NavigationController(IRailwayModule bussinesEngage, ILog logger) : base(logger)
 {
     this._bussinesEngage = bussinesEngage;
 }