public RuteberegningService() { this.byRepository = new ByRepository(); this.telstarForbindelseRepository = new TelstarForbindelseRepository(); this.connectionsIntegration = new ConnectionsIntegration(); this.konfiguration = new KonfigurationRepository().Get(); this.godstypeRepository = new GodstypeRepository(); }
public DBSeed() { this.byRepository = new ByRepository(); this.telstarForbindelseRepository = new TelstarForbindelseRepository(); this.godstypeRepository = new GodstypeRepository(); }