using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace bnhtrade.Core.Test.Account { public class Account { public Account(string sqlConnectionString) { //var inst = new Data.Database.Account.GetTaxCode(sqlConnectionString); //inst. //var taxInfo = inst.GetAll(); } } }