示例#1
0
 public string GetUserRole(string username)
 {
     return(_client.GetUserRole(username));
 }