Beispiel #1
0
 public static bool GUNCELLE(EntityClassKulup entKulup)
 {
     if (entKulup.KULUPAD != "")
     {
         return(FacadeClassKulup.GUNCELLE(entKulup));
     }
     else
     {
         return(false);
     }
 }