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