Beispiel #1
0
 public PersonelGoruntuleDTOController()
 {
     _cm   = new CariUyeManagement();
     _cubm = new CariUyeBilgileriManagement();
     _pitm = new PersonelIsTanimManagement();
     _pm   = new PersonelManagement();
 }
Beispiel #2
0
 public CariUyeController()
 {
     cariUye = new CariUyeManagement();
     _bilgiC = new CariUyeBilgileriController();
     _bankaC = new CariUyeBankaController();
 }