Example #1
0
 public static bool Exists(string bankShortName)
 {
     return(dal.ExistBankShortName(DataSecurity.FilterBadChar(bankShortName)));
 }