Esempio n. 1
0
 public List <Invoice> GetAllByCustomerId(int id)
 {
     return(invRepo.GetAllByCustomerId(id));
 }