Example #1
0
        public void TestMethod1()
        {
            var tmSvc   = TravelMindedServiceFactory.CreateTravelMindedService();
            var company = tmSvc.GetCompany();

            Assert.IsNotNull(company);
        }
 public ExperienceDetailsController()
 {
     travelMindedService = TravelMindedServiceFactory.CreateTravelMindedService();
 }