mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
20 lines
417 B
C#
20 lines
417 B
C#
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();
|
|
}
|
|
}
|
|
}
|