public CreateAccountResponse()
 {
     this._account = new accountInfo();
 }
Example #2
0
 public ModifyAccountResponse()
 {
     this._account = new accountInfo();
 }
Example #3
0
 public GetAccountResponse()
 {
     this._account = new accountInfo();
 }