예제 #1
0
        protected override void Validate()
        {
            if (!Email.IsValid)
            {
                Notify(Email.GetNotifications());
            }

            if (!CPF.IsValid)
            {
                Notify(CPF.GetNotifications());
            }

            Notify(AssertionConcern.AssertTrue(!RegistradoSPC, "Registrado no SPC"));
        }