예제 #1
0
 public PutStop(IStopCosmosDbService stopCosmosDbService,
                IUserProfileCosmosDbService userProfileCosmosDbService,
                IStopAuditCosmosDbService stopAuditCosmosDbService)
 {
     _stopCosmosDbService        = stopCosmosDbService;
     _userProfileCosmosDbService = userProfileCosmosDbService;
     _stopAuditCosmosDbService   = stopAuditCosmosDbService;
 }
예제 #2
0
 public PostSubmit(ISftpService sftpService, ISubmissionCosmosDbService submissionCosmosDbService, IStopCosmosDbService stopCosmosDbService, IUserProfileCosmosDbService userProfileCosmosDbService, ISubmissionServiceBusService serviceBusService)
 {
     _sftpService = sftpService;
     _submissionCosmosDbService  = submissionCosmosDbService;
     _stopCosmosDbService        = stopCosmosDbService;
     _userProfileCosmosDbService = userProfileCosmosDbService;
     _serviceBusService          = serviceBusService;
 }
 public PostSubmitSearch(ISftpService sftpService, IStopService stopService, ISubmissionCosmosDbService submissionCosmosDbService, IStopCosmosDbService stopCosmosDbService, IUserProfileCosmosDbService userProfileCosmosDbService, ISubmissionServiceBusService submissionServiceBusService)
 {
     _sftpService = sftpService;
     _stopService = stopService;
     _submissionCosmosDbService  = submissionCosmosDbService;
     _stopCosmosDbService        = stopCosmosDbService;
     _userProfileCosmosDbService = userProfileCosmosDbService;
     _sftpInputPath               = Environment.GetEnvironmentVariable("SftpInputPath");
     _storageConnectionString     = Environment.GetEnvironmentVariable("RipaStorage");
     _storageContainerNamePrefix  = Environment.GetEnvironmentVariable("ContainerPrefixSubmissions");
     _submissionServiceBusService = submissionServiceBusService;
 }
예제 #4
0
 public DeleteUser(IUserProfileCosmosDbService userProfileCosmosDbService)
 {
     _userProfileCosmosDbService = userProfileCosmosDbService;
 }
예제 #5
0
 public PutUser(IUserProfileCosmosDbService userProfileCosmosDbService)
 {
     _userProfileCosmosDbService = userProfileCosmosDbService;
 }
예제 #6
0
 public GetUsers(IUserProfileCosmosDbService userProfileCosmosDbService)
 {
     _userProfileCosmosDbService = userProfileCosmosDbService;
 }
예제 #7
0
 public PostUpload(IUserProfileCosmosDbService userProfileCosmosDbService)
 {
     _userProfileCosmosDbService = userProfileCosmosDbService;
 }