public int MusteriEkle(tblMüsteri a) { try { int deger = musteri.musteriEkle(a); return(deger); } catch (Exception) { return(0); } }