Ejemplo n.º 1
0
 private static bool CheckContent(string value) => CountryISOCodes.TwoLetterCodeExists(value);
Ejemplo n.º 2
0
 public static bool VerifyISOCountryCode(IbanParts parts)
 => CountryISOCodes.TwoLetterCodeExists(parts.CountryCode);