예제 #1
0
 static public string[] GetAllRoles(string tenantName)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetAllRoles(tenantName));
     }
 }