コード例 #1
0
 public RegisterWalletRequest()
 {
     this.profileField = new Profile();
 }
コード例 #2
0
 public UpdateWalletRequest()
 {
     this.profileField = new Profile();
 }