Example #1
0
 public List <FaturaDetay> Detay(int id)
 {
     return(_faturaDetayDal.GetAll(p => p.FaturaId == id));
 }