Beispiel #1
0
 public TranscriptDesigner(IModelCOntext modelCOntext, ITranscriptCalculator transcriptCalculator, IUserInterface userInterface, IFilePaths filePaths)
 {
     _context = modelCOntext;
     _transcriptCalculator = transcriptCalculator;
     _userInterface        = userInterface;
     _filePaths            = filePaths;
 }
Beispiel #2
0
 public TranscriptCalculator(IModelCOntext modelCOntext, IFilePaths filePaths)
 {
     _context  = modelCOntext;
     _filePath = filePaths;
 }