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