Esempio n. 1
0
 public KullaniciGiris()
 {
     kullaniciRepository = new DapperKullaniciRepository();
     InitializeComponent();
 }
 public FrmKullaniciKayit()
 {
     dapperKullaniciRepository = new DapperKullaniciRepository();
     InitializeComponent();
 }