Example #1
0
 public bool EhValido()
 {
     return(EmailServices.EhValido(Email) && ChaveAmericasService.EhValida(ChaveAmericas));
 }