示例#1
0
 public static AscmAppointmentDistributionService GetInstance()
 {
     if (ascmAppointmentDistributionServices == null)
     {
         ascmAppointmentDistributionServices = new AscmAppointmentDistributionService();
     }
     return(ascmAppointmentDistributionServices);
 }
 public static AscmAppointmentDistributionService GetInstance()
 {
     if (ascmAppointmentDistributionServices == null)
         ascmAppointmentDistributionServices = new AscmAppointmentDistributionService();
     return ascmAppointmentDistributionServices;
 }