Exemplo n.º 1
0
 public static int Insert(EKATEGORI item)
 {
     if (item.ADI != null && item.ADI.Trim().Length > 0)
     {
         return(FKATEGORI.Insert(item));
     }
     return(-1);
 }//EndOfInsert()
Exemplo n.º 2
0
 public static int Insert(EKATEGORI item)
 {
     if (item.ADI != null && item.ADI.Trim().Length > 0)// TRİM BOŞLKLARI KALDIRIYOR.
     {
         return(FKATEGORI.Insert(item));
     }
     return(-1);
 }