Migration from Amazon MWS to Selling Partner API

This commit is contained in:
Bobbie Hodgetts
2024-04-11 12:26:13 +01:00
committed by GitHub
parent e054278cdd
commit a7bc00e73a
1318 changed files with 2778105 additions and 5936 deletions

View File

@@ -16,7 +16,7 @@ namespace bnhtrade.Core.Test
{
using (SqlConnection conn = new SqlConnection(sqlConnectionString))
{
MiscFunction.ConsoleUpdate("Starting.....");
UI.Console.WriteLine("Starting.....");
conn.Open();
int count = 0;
@@ -30,7 +30,7 @@ namespace bnhtrade.Core.Test
total = (int)cmd.ExecuteScalar();
}
var progress = new UI.Console.ProgressBar(total, "Processing " + total + " records...");
var progress = new UI.ConsoleProgressBar(total, "Processing " + total + " records...");
using (SqlCommand cmd = new SqlCommand(@"
SELECT * FROM tblStockJournal