Beispiel #1
0
        private bool ValidateCanCustomerChangeToOtherEmail()
        {
            string proposedEmail = ctrlBillingAddress.Email;

            return(ThisCustomer.EMail.Equals(proposedEmail) || ThisCustomer.CanChangeEmailTo(proposedEmail));
        }