public TahsilatEntegrasyonMotoru(IAyAcikKontrolcu ayAcikKontrolcusu) { _ayAcikKontrolcusu = ayAcikKontrolcusu; }
public void ilk_ayarlar() { _ayAcikKontrolcusu = Substitute.For <IAyAcikKontrolcu>(); _motor = new TahsilatEntegrasyonMotoru(_ayAcikKontrolcusu); }