Ejemplo n.º 1
0
 public List <ShipmentDetail> GetAllShipmentDetail(int ID)
 {
     return(_shipmentRepository.GetAllShipmentDetail(ID));
 }