Exemplo n.º 1
0
 public BillOfLading(DateTime date, CargoQuantity quantity, string documentReference)
 {
     this.Date         = date;
     this.Quantity     = quantity;
     this.DocReference = documentReference;
 }