コード例 #1
0
 public static bool IsCNPJ(this string source)
 {
     return(Cnpj.ValidaCNPJ(source));
 }