Beispiel #1
0
        public void OrderSync()
        {
            //var job = new OrderNotifyJob();
            //job.Execute(null);

            var rmaJob = new RMANotifyJob();

            rmaJob.Execute(null);

            var statusJob = new SaleOrderStatusSyncJob();

            statusJob.Execute(null);
        }
Beispiel #2
0
        public void Rma2It()
        {
            RMANotifyJob job = new RMANotifyJob();

            job.Execute(null);
        }