public Entity.Models.Fatura Getir(int id) { return(_faturDal.Getir(id)); }
public Fatura Getir(int id) { return(_faturaService.Getir(id)); }