Exemplo n.º 1
0
 public DropboxFileFinderService()
 {
     //TODO: Use unity container to initialize services
     fileValidationService      = new DropboxFileValidationService();
     fileDropboxDataStore       = new DropboxDataStore();
     dropboxAudioFileDtoBuilder = new DropboxAudioFileDtoBuilder();
 }
 public DropboxFileFinderService()
 {
     //TODO: Use unity container to initialize services 
     fileValidationService = new DropboxFileValidationService();
     fileDropboxDataStore = new DropboxDataStore();
     dropboxAudioFileDtoBuilder = new DropboxAudioFileDtoBuilder();
 }