|
|
@ -150,6 +150,6 @@ public class AgentModule : AbpModule |
|
|
|
ApplicationInitializationContext context) |
|
|
|
{ |
|
|
|
context.AddBackgroundWorkerAsync<IncomingToWmsWorker>(); |
|
|
|
// context.AddBackgroundWorkerAsync<OutgoingFromWmsWorker>();
|
|
|
|
context.AddBackgroundWorkerAsync<OutgoingFromWmsWorker>(); |
|
|
|
} |
|
|
|
} |
|
|
|