Esempio n. 1
0
 public Account(AccountIdentifier id)
 {
     this.Id    = id;
     this.roles = 0;
 }
Esempio n. 2
0
 public By(AccountIdentifier id)
 {
     this._id = id;
 }