コード例 #1
0
ファイル: ForteTransaction.cs プロジェクト: dansancr/forte-c-
 public ForteTransaction()
 {
     line_items = new ForteLineItems();
     xdata = new ForteXData();
     links = new ForteLinks();
     response = new ForteResponse();
 }
コード例 #2
0
ファイル: ForteTransaction.cs プロジェクト: dansancr/forte-c-
 public ForteTransaction()
 {
     line_items = new ForteLineItems();
     xdata      = new ForteXData();
     links      = new ForteLinks();
     response   = new ForteResponse();
 }