Exemplo n.º 1
0
        /// <summary>
        ///     Initializes the service environment.
        /// </summary>
        public static void Initialize()
        {
            PatientAdapter = new PatientAdapter();
            PatientAdapter.FetchInitialPatients();

            PubMedAdapter   = new PubMedAdapter();
            TemplateAdapter = new TemplateAdapter();
        }
Exemplo n.º 2
0
 public void Setup()
 {
     this.uut = new PubMedAdapter();
 }