Exemplo n.º 1
0
 public LocalUserFollowers(UserRepresentationBase representation)
 {
     this._representation = representation;
 }
Exemplo n.º 2
0
 public LocalUser(UserRepresentationBase representation)
 {
     this._representation = representation;
 }