Beispiel #1
0
 static public AdamUser GetAdamUser(string tenantName, string username)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetAdamUser(tenantName, username));
     }
 }