예제 #1
0
 public Account(AccountIdentifier id)
 {
     this.Id    = id;
     this.roles = 0;
 }
예제 #2
0
 public By(AccountIdentifier id)
 {
     this._id = id;
 }