mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-19 22:47:15 +00:00
Migration from Amazon MWS to Selling Partner API
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user