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