public bool deleteMalzemeMonitor(int id) { string sorgu = string.Format("Delete From Tbl_MalzemeMonitor where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteSatinAlma(int id) //sistemden secilen kullaniciyi silen metoddur.. { string sorgu = string.Format("Delete from Tbl_SatinAlmalar where Id = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteServisTakip(int id) //sistemden secilen kullaniciyi silen metoddur.. { string sorgu = string.Format("Delete from Tbl_ServisTakip where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteDemirbasServer(int id) { string sorgu = string.Format("Delete from Tbl_DemirbasServer where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteMalzemeElektronik(int id) { string sorgu = string.Format("Delete from Tbl_MalzemeElektronikAtikSirketineTeslimEdilecekler where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteDemirbasKablosuz(int id) { string sorgu = string.Format("Delete from Tbl_DemirbasKablosuzWifiEkipmanlari where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteKullanici(string kullaniciid) //sistemden secilen kullaniciyi silen metoddur.. { string sorgu = string.Format("Delete from tbl_kullanicilar where KullaniciID = '" + kullaniciid + "'"); return(baglanti.executeDeleteQuery(sorgu)); }
public bool deleteAdminHatirlatmalar(int id) { string sorgu = string.Format("Delete from Tbl_AdminHatirlatmalar where ID = '" + id + "'"); return(baglanti.executeDeleteQuery(sorgu)); }