Пример #1
0
 public bool AssignAccountRole(string accountID, string roleID)
 {
     return(RemoteHelper.AssignAccountRole(accountID, roleID));
 }