Ejemplo n.º 1
0
 public ExternalUser(string uid, string gid)
 {
     _userId = uid;
     _group  = new ExternalGroup(gid);
 }
Ejemplo n.º 2
0
 public ExternalUser(string uid, string gid)
 {
     _userId = uid;
     _group = new ExternalGroup(gid);
 }