コード例 #1
0
ファイル: AuthorizationProxy.cs プロジェクト: penzhaohui/Crab
 static public string[] GetRolesForUser(string tenantName, string username)
 {
     using (BasicChannel channel = new BasicChannel())
     {
         return(channel.GetRolesForUser(tenantName, username));
     }
 }