Files
bnhtrade/src/bnhtrade.Core/Test/Account/Account.cs
Bobbie Hodgetts 43d61c2ef8 Feature repricing min max (#10)
amazon settlement import/export improvements
2020-05-01 09:08:23 +01:00

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();
}
}
}