示例#1
0
 public GetAccountRequest(String account, AccountBy nameOrId, bool applyCos)
 {
     this.account  = account;
     this.nameOrId = nameOrId;
     this.applyCos = applyCos;
 }
示例#2
0
 public GetAccountRequest( String account, AccountBy nameOrId, bool applyCos)
 {
     this.account = account;
     this.nameOrId = nameOrId;
     this.applyCos = applyCos;
 }