Пример #1
0
 public void Setup()
 {
     this.fileService           = new FileService();
     this.dictionaryFileService = new DictionaryFileService(fileService);
 }
Пример #2
0
 public DictionaryFileAppService(IDictionaryFileService dictionaryFileService,
                                 IFileService fileService)
 {
     this._dictionaryFileService = dictionaryFileService;
     this._fileService           = fileService;
 }