|
|
@ -149,7 +149,7 @@ public class AgentModule : AbpModule |
|
|
|
public override void OnApplicationInitialization( |
|
|
|
ApplicationInitializationContext context) |
|
|
|
{ |
|
|
|
context.AddBackgroundWorkerAsync<IncomingToWmsWorker>(); |
|
|
|
// context.AddBackgroundWorkerAsync<OutgoingFromWmsWorker>();
|
|
|
|
//context.AddBackgroundWorkerAsync<IncomingToWmsWorker>();
|
|
|
|
context.AddBackgroundWorkerAsync<OutgoingFromWmsWorker>(); |
|
|
|
} |
|
|
|
} |
|
|
|