Beispiel #1
0
 public PubmedService(IPubmedWebClient pubmedWebClient,
                      IFileService fileService, ILsUnitOfWork lsUnitOfWork)
 {
     _pubmedWebClient = pubmedWebClient;
     _fileService     = fileService;
     _lsUnitOfWork    = lsUnitOfWork;
 }
Beispiel #2
0
 public BiorxivService(HttpClient client, IFileService fileService, ILsUnitOfWork lsUnitOfWork)
 {
     _client       = client;
     _fileService  = fileService;
     _lsUnitOfWork = lsUnitOfWork;
 }