Example #1
0
 public Entity.Models.FaturaDetay Getir(int id)
 {
     return(_faturdetayDal.Getir(id));
 }