mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 22:47:15 +00:00
Feature repricing min max (#10)
amazon settlement import/export improvements
This commit is contained in:
@@ -6,10 +6,10 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace bnhtrade.Core.Test.Logic
|
||||
{
|
||||
public class Export
|
||||
public class Logic
|
||||
{
|
||||
private string sqlConnectionString;
|
||||
public Export(string sqlConnectionString)
|
||||
public Logic(string sqlConnectionString)
|
||||
{
|
||||
this.sqlConnectionString = sqlConnectionString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user