mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 06:27:15 +00:00
Feature repricing min max (#10)
amazon settlement import/export improvements
This commit is contained in:
19
src/bnhtrade.Core/Test/Account/Account.cs
Normal file
19
src/bnhtrade.Core/Test/Account/Account.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user