public void Guncelle(Rapor tablo) { _raporDal.Guncelle(tablo); }
public void Guncelle(Rapor entity) { _raporDal.Guncelle(entity); }