コード例 #1
0
 public GatewayRequest()
 {
     Vault  = new VaultInfo();
     Action = new RequestAction();
 }
コード例 #2
0
ファイル: FaxRequest.cs プロジェクト: Amphora2015/DemoTest
 public GatewayRequest()
 {
     Vault = new VaultInfo();
     Action = new RequestAction();
 }