예제 #1
0
 public IShipmentDto GetByOrderId(long orderId)
 {
     return(_shipmentRepository.GetByOrderId(orderId));
 }