Example #1
0
 public ExternalUser(string uid, string gid)
 {
     _userId = uid;
     _group  = new ExternalGroup(gid);
 }
Example #2
0
 public ExternalUser(string uid, string gid)
 {
     _userId = uid;
     _group = new ExternalGroup(gid);
 }