Beispiel #1
0
 public List <Invoice> GetAllByTransporterId(int id)
 {
     return(invRepo.GetAllByTransporterId(id));
 }