Exemple #1
0
 public List<Bank> GetBank()
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
       return   mysqlhelper.GetBankList();
 }