Exemple #1
0
 public List<Curr> getCurrency()
 {
     MysqlHelper mysqlhelper = new MysqlHelper();
     return mysqlhelper.GetCurrency();
 }