예제 #1
0
 public ImportController(string pathToImportFile, string pathToTargetDb)
 {
     _importFile = new ImportFile(pathToImportFile);            
     _questionRespository = QuestionRepositoryFactory.CreateObjectDatabaseRespository(pathToTargetDb);
 }
예제 #2
0
 public ImportController(string pathToImportFile, string pathToTargetDb)
 {
     _importFile          = new ImportFile(pathToImportFile);
     _questionRespository = QuestionRepositoryFactory.CreateObjectDatabaseRespository(pathToTargetDb);
 }