Example #1
0
 public RecordingsModel(ITranscribeDataService svc, IFileService fsvc, IGeneralConfig cfg)
 {
     TranSvc = svc;
     FileSvc = fsvc;
     Config  = cfg;
 }
Example #2
0
 public TranscribeModel(ITranscribeDataService svc)
 {
     Svc = svc;
 }