Example #1
0
 public TourPlannerAppFactoryImp()
 {
     RouteImagesFolder = ConfigurationManager.AppSettings["RouteImagesFolder"];
     ReportPdfsFolder  = ConfigurationManager.AppSettings["ReportPdfsFolder"];
     tourEntryDAO      = DALFactory.CreateTourEntryDAO();
     logEntryDAO       = DALFactory.CreateLogEntryDAO();
     Log.Info("TourPlannerAppFactoryImp constructor without parameter is called.");
 }