public HocaController()
 {
     sistemKullaniciService     = new SistemKullanicilarService();
     medyaService               = new MedyaKutuphanesiService();
     sistemKullaniciDersService = new SistemKullanicilarDerslerService();
 }
Exemplo n.º 2
0
 public HomeAdminController()
 {
     sistemKullaniciService = new SistemKullanicilarService();
 }