using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace bnhtrade.Core.Test { public class AutoExec { public AutoExec() { // --------------- start this ------------------- // AmazonSettlement(); } private void AmazonSettlement() { var instance = new Core.Logic.Export.AmazonSettlement(); instance.ToInvoice(); } } }