Esempio n. 1
0
 internal RetrieveProximaxDataService(FileDownloadService fileDownloadService)
 {
     FileDownloadService = fileDownloadService;
 }
Esempio n. 2
0
 public RetrieveProximaxDataService(IFileStorageConnection fileStorageConnection)
 {
     FileDownloadService = new FileDownloadService(fileStorageConnection);
 }