Beispiel #1
0
        public override bool ValidateDocument()
        {
            if (DocumentType == EDocumentType.CPF && DocumentValidation.ValidateCPF(CpfNumber))
            {
                return(true);
            }

            return(false);
        }