public static VoiceMakeConsultation GetInstance()
 {
     if (thisInstance == null)
     {
         thisInstance = new VoiceMakeConsultation();
     }
     return(thisInstance);
 }
Ejemplo n.º 2
0
 private VoiceMakeOutbound()
 {
     this.logger      = Log.GenInstance();
     makeconsultation = VoiceMakeConsultation.GetInstance();
 }