Example #1
0
 public ServiceController(ILdbClient client, HuxleySettings settings, IEnumerable <CrsRecord> crsRecords)
 {
     _client         = client;
     _huxleySettings = settings;
     _crsRecords     = crsRecords;
 }
Example #2
0
 public DelaysController(ILdbClient client)
     : base(client)
 {
 }
Example #3
0
 public StationController(ILdbClient client)
     : base(client)
 {
 }
Example #4
0
 public LdbController(ILdbClient client)
 {
     Client = client;
 }
Example #5
0
 public DelaysController(ILdbClient client)
     : base(client) {
 }
Example #6
0
 public LdbController(ILdbClient client) {
     Client = client;
 }
Example #7
0
 public ServiceController(ILdbClient client)
     : base(client)
 {
 }
Example #8
0
 public ServiceController(ILdbClient client)
     : base(client) {
 }
Example #9
0
 public StationController(ILdbClient client)
     : base(client) {
 }