mirror of
https://github.com/stokebob/bnhtrade.git
synced 2026-03-25 09:07:15 +00:00
the abandoned fba repricing feature
* Merge master into branch (#15) * Bug fix * Bug fix when retriving shipment stock status id * Various bug fixs and improvements to stock SKU reconciliation * Last MWS report import date time saved * master into branch (#16) * Bug fix * Bug fix when retriving shipment stock status id * Various bug fixs and improvements to stock SKU reconciliation * Last MWS report import date time saved * wip * wip * wip * wip * wip * some extra tidying up to get it to complie and the main merge is complete * wip
This commit is contained in:
@@ -12,13 +12,11 @@ namespace bnhtrade.Core.Logic.Export
|
||||
{
|
||||
public class AmazonSubmitFile
|
||||
{
|
||||
private string sqlConnectionString;
|
||||
private Logic.Utilities.StringCheck stringCheck = new Logic.Utilities.StringCheck();
|
||||
private Log.LogEvent log = new Log.LogEvent();
|
||||
|
||||
public AmazonSubmitFile(string sqlConnectionString)
|
||||
public AmazonSubmitFile()
|
||||
{
|
||||
this.sqlConnectionString = sqlConnectionString;
|
||||
}
|
||||
|
||||
public void SubmitInventoryLoader(MemoryStream stream)
|
||||
|
||||
Reference in New Issue
Block a user