示例#1
0
 public void UpdateAccountRoles(string accountID, string[] roles)
 {
     RemoteHelper.UpdateAccountRoles(accountID, roles);
 }