|
|
@ -161,7 +161,7 @@ public class InjectionMoldingTaskAgentModule : AbpModule |
|
|
|
{ |
|
|
|
|
|
|
|
context.AddBackgroundWorkerAsync<InjectionMoldingTaskIncomingBackgroundWorker>(); |
|
|
|
context.AddBackgroundWorkerAsync<InjectionMoldingTaskOutgoingBackgroundWorker>(); |
|
|
|
// context.AddBackgroundWorkerAsync<InjectionMoldingTaskOutgoingBackgroundWorker>();
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|