コード例 #1
0
 private void btnKaydet_Click(object sender, EventArgs e)
 {
     if (sinifService.EkleveyaGuncelle(_sinifEntity) != null)
     {
         kaydedildi = true;
         sinifService.Kaydet();
         this.Close();
     }
 }
コード例 #2
0
        private void btnSinifKaydet_Click(object sender, EventArgs e)
        {
            //validasyondan geçmez ise null dönücek

            if (sinifService.EkleveyaGuncelle(_sinifEntity) != null)
            {
                kaydedildi = true;
                sinifService.Kaydet();
                this.Close();
            }
        }