Beispiel #1
0
 public List <IShipmentDto> GetByCustomerId(long customerId)
 {
     return(_shipmentRepository.GetByCustomerId(customerId));
 }