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