Exemplo n.º 1
0
 public RuteberegningService()
 {
     this.byRepository = new ByRepository();
     this.telstarForbindelseRepository = new TelstarForbindelseRepository();
     this.connectionsIntegration       = new ConnectionsIntegration();
     this.konfiguration      = new KonfigurationRepository().Get();
     this.godstypeRepository = new GodstypeRepository();
 }
Exemplo n.º 2
0
 public DBSeed()
 {
     this.byRepository = new ByRepository();
     this.telstarForbindelseRepository = new TelstarForbindelseRepository();
     this.godstypeRepository           = new GodstypeRepository();
 }