public static AscmDeliveryNotifyMainService GetInstance()
 {
     //return ascmDeliveryNotifyMainServices ?? new AscmDeliveryNotifyMainService();
     if (ascmDeliveryNotifyMainServices == null)
         ascmDeliveryNotifyMainServices = new AscmDeliveryNotifyMainService();
     return ascmDeliveryNotifyMainServices;
 }
 public static AscmDeliveryNotifyMainService GetInstance()
 {
     //return ascmDeliveryNotifyMainServices ?? new AscmDeliveryNotifyMainService();
     if (ascmDeliveryNotifyMainServices == null)
     {
         ascmDeliveryNotifyMainServices = new AscmDeliveryNotifyMainService();
     }
     return(ascmDeliveryNotifyMainServices);
 }