//private bool varMiTumKurulumlar()
        //{
        //    container.HasImplementationsFor(IOdenekTransferiIsKurali)
        //}

        private void yazHata(Exception hata)
        {
            if (hata != null)
            {
                HataServis hataiskurali = new HataServis();
                hataiskurali.YazHata(hata);
            }
        }
Exemple #2
0
 protected PresentationBaz()
 {
     this._hataServis = new HataServis();
     this._kontrol    = new Kontrol();
     this._cevir      = new Cevir();
 }