Ejemplo n.º 1
0
 public Order SetShipping(Shipping shipping)
 {
     Shipping = shipping;
     return(this);
 }