public Shipment() { SourceAddress = new MerchantTribe.Web.Geography.SimpleAddress(); DestinationAddress = new MerchantTribe.Web.Geography.SimpleAddress(); Items = new List<IShippable>(); }
public Shipment() { SourceAddress = new MerchantTribe.Web.Geography.SimpleAddress(); DestinationAddress = new MerchantTribe.Web.Geography.SimpleAddress(); Items = new List <IShippable>(); }