public SifreGuncelle() { InitializeComponent(); _calisanService = new CalisanService(); _gizliSoruService = new GizliSoruService(); _girisIslemleriService = new GirisIslemleriService(); }
public KullaniciKayit() { InitializeComponent(); _calisanService = new CalisanService(); _gizliSoruService = new GizliSoruService(); _girisIslemleriService = new GirisIslemleriService(); }
// private readonly KullaniciGiris KullaniciGuncellenecekBilgileri; public Ayarlar() { // KullaniciGuncellenecekBilgileri = KullaniciGuncellenecekBilgileri1; _gizliSoru = new GizliSoruService(); _girisIslemleriService = new GirisIslemleriService(); _calisanService = new CalisanService(); _calisanIletisim = new CalisanIletisimleriDTO(); _iletisimService = new IletisimService(); InitializeComponent(); }
public AccountSettings(KullaniciGiris KullaniciGuncellenecekBilgileri1) { KullaniciGuncellenecekBilgileri = KullaniciGuncellenecekBilgileri1; _gizliSoru = new GizliSoruService(); _girisIslemleriService = new GirisIslemleriService(); _calisanService = new CalisanService(); _iletisimService = new IletisimService(); InitializeComponent(); }