コード例 #1
0
 public GetAccountRequest(String account, AccountBy nameOrId, bool applyCos)
 {
     this.account  = account;
     this.nameOrId = nameOrId;
     this.applyCos = applyCos;
 }
コード例 #2
0
ファイル: GetAccount.cs プロジェクト: nullin/zimbra-sources
 public GetAccountRequest( String account, AccountBy nameOrId, bool applyCos)
 {
     this.account = account;
     this.nameOrId = nameOrId;
     this.applyCos = applyCos;
 }