Beispiel #1
0
 public static bool ValidaCpf(string cpf)
 {
     return(BrazilianUtils.ValidCpf(cpf));
 }