예제 #1
0
 public OperationsStatus InsertShipmentHeader(Shipment shipmentObj)
 {
     return(_shipmentRepository.InsertShipmentHeader(shipmentObj));
 }