コード例 #1
0
 public static bool Guncelle(EntityVize deger)
 {
     if (deger.Baslangic != null && deger.Bitis != null && deger.Tutar != null)
     {
         return(FacadeVize.Guncelle(deger));
     }
     return(false);
 }
コード例 #2
0
 public static int Ekle(EntityVize deger)
 {
     if (deger.Baslangic != null && deger.Bitis != null && deger.Tutar != null)
     {
         return(FacadeVize.Ekle(deger));
     }
     return(-1);
 }
コード例 #3
0
 public static EntityVize ListeleTek(int deger)
 {
     return(FacadeVize.VizeListeleTek(deger));
 }
コード例 #4
0
 public static List <EntityVize> Listele()
 {
     return(FacadeVize.VizeListele());
 }