Exemplo n.º 1
0
 public RayUser ReadUser(string username, RayUserList listToAdd)
 {
     if (_source != null)
     {
         return _source.ReadUser(username, listToAdd);
     }
     else
     {
         return null;
     }
 }
Exemplo n.º 2
0
 public RayUser ReadUser(string username, RayUserList listToAdd)
 {
     throw new NotImplementedException();
 }