Exemplo n.º 1
0
 public void Init()
 {
     Access.SetTempDirectory(System.IO.Path.GetTempPath());
     _access = new Access(TestConstants.SATELLITE_URL, TestConstants.VALID_API_KEY, TestConstants.ENCRYPTION_SECRET);
     _bucketService = new BucketService(_access);
     _objectService = new ObjectService(_access);
     _uploadQueueService = new UploadQueueService();
 }
 public BackgroundUploadInfoViewModel(IUploadQueueService uploadQueueService)
 {
     _uploadQueueService = uploadQueueService;
 }