Exemplo n.º 1
0
        public void RemoveOwner(string psOwner)
        {
            if (!IsOwner(psOwner))
            {
                throw new WonkaBrePermissionsException("ERROR!  Account(" + psOwner + ") is not a registered owner that is associated with this RuleTree.");
            }

            OwnerWeights.Remove(psOwner);
            OwnerConfirmations.Remove(psOwner);
        }