예제 #1
0
 public bool validateIBAN(string iban)
 {
     bzIBAN bz = new bzIBAN();
     return bz.verifyIBAN(iban);
 }