public int Guncelle(Entity.Models.Fatura entity) { return(_faturDal.Guncelle(entity)); }
public int Guncelle(Fatura entity) { return(_faturaService.Guncelle(entity)); }