Exemplo n.º 1
0
 private static bool ValidateCountryCode(string countryCode)
 {
     countryCode = countryCode.Trim();
     return(countryCode.Length == 2 && CountryValidation.IsValidCountryCode(countryCode));
 }
Exemplo n.º 2
0
 private bool ValidateCountrySpecific() => CountryValidation.IsValidRest(CountryCode, Bban);