public static AscmDeliveryOrderBatchService GetInstance()
 {
     //return ascmDeliveryOrderBatchServices ?? new AscmDeliveryOrderBatchService();
     if (ascmDeliveryOrderBatchServices == null)
         ascmDeliveryOrderBatchServices = new AscmDeliveryOrderBatchService();
     return ascmDeliveryOrderBatchServices;
 }
Exemplo n.º 2
0
 public static AscmDeliveryOrderBatchService GetInstance()
 {
     //return ascmDeliveryOrderBatchServices ?? new AscmDeliveryOrderBatchService();
     if (ascmDeliveryOrderBatchServices == null)
     {
         ascmDeliveryOrderBatchServices = new AscmDeliveryOrderBatchService();
     }
     return(ascmDeliveryOrderBatchServices);
 }