Example #1
0
 internal RetrieveProximaxDataService(FileDownloadService fileDownloadService)
 {
     FileDownloadService = fileDownloadService;
 }
Example #2
0
 public RetrieveProximaxDataService(IFileStorageConnection fileStorageConnection)
 {
     FileDownloadService = new FileDownloadService(fileStorageConnection);
 }