static void San_ProcessAIF(Args _args)
{
new AifGatewayReceiveService().run();
new AifInboundProcessingService().run();
new AifOutboundProcessingService().run();
new AifGatewaySendService().run();
}
{
new AifGatewayReceiveService().run();
new AifInboundProcessingService().run();
new AifOutboundProcessingService().run();
new AifGatewaySendService().run();
}
No comments:
Post a Comment