예제 #1
0
        /// <summary>
        ///     Initializes the service environment.
        /// </summary>
        public static void Initialize()
        {
            PatientAdapter = new PatientAdapter();
            PatientAdapter.FetchInitialPatients();

            PubMedAdapter   = new PubMedAdapter();
            TemplateAdapter = new TemplateAdapter();
        }
예제 #2
0
 public void Setup()
 {
     this.uut = new PubMedAdapter();
 }