コード例 #1
0
 public static AscmAppointmentDistributionService GetInstance()
 {
     if (ascmAppointmentDistributionServices == null)
     {
         ascmAppointmentDistributionServices = new AscmAppointmentDistributionService();
     }
     return(ascmAppointmentDistributionServices);
 }
コード例 #2
0
 public static AscmAppointmentDistributionService GetInstance()
 {
     if (ascmAppointmentDistributionServices == null)
         ascmAppointmentDistributionServices = new AscmAppointmentDistributionService();
     return ascmAppointmentDistributionServices;
 }