예제 #1
0
 public List <Shipment> GetAllShipmentHeader()
 {
     return(_shipmentRepository.GetAllShipmentHeader());
 }