コード例 #1
0
 public static AscmDeliveryNotifyMainService GetInstance()
 {
     //return ascmDeliveryNotifyMainServices ?? new AscmDeliveryNotifyMainService();
     if (ascmDeliveryNotifyMainServices == null)
         ascmDeliveryNotifyMainServices = new AscmDeliveryNotifyMainService();
     return ascmDeliveryNotifyMainServices;
 }
コード例 #2
0
 public static AscmDeliveryNotifyMainService GetInstance()
 {
     //return ascmDeliveryNotifyMainServices ?? new AscmDeliveryNotifyMainService();
     if (ascmDeliveryNotifyMainServices == null)
     {
         ascmDeliveryNotifyMainServices = new AscmDeliveryNotifyMainService();
     }
     return(ascmDeliveryNotifyMainServices);
 }