コード例 #1
0
ファイル: Shipment.cs プロジェクト: appliedi/MerchantTribe
 public Shipment()
 {
     SourceAddress = new MerchantTribe.Web.Geography.SimpleAddress();
     DestinationAddress = new MerchantTribe.Web.Geography.SimpleAddress();
     Items = new List<IShippable>();            
 }
コード例 #2
0
ファイル: Shipment.cs プロジェクト: mikeshane/MerchantTribe
 public Shipment()
 {
     SourceAddress      = new MerchantTribe.Web.Geography.SimpleAddress();
     DestinationAddress = new MerchantTribe.Web.Geography.SimpleAddress();
     Items = new List <IShippable>();
 }