コード例 #1
0
 public PersonelGoruntuleDTOController()
 {
     _cm   = new CariUyeManagement();
     _cubm = new CariUyeBilgileriManagement();
     _pitm = new PersonelIsTanimManagement();
     _pm   = new PersonelManagement();
 }
コード例 #2
0
 public CariUyeBilgileriController()
 {
     _cub = new CariUyeBilgileriManagement();
 }