Beispiel #1
0
 public SubmissionRequestsController(IBatchSubmissionFeedbackService batchSubmissionFeedbackService)
 {
     _batchSubmissionFeedbackService = batchSubmissionFeedbackService;
 }
Beispiel #2
0
 public GenerateBatchSubmissionFeedbackDocumentJob(
     IBatchSubmissionFeedbackService batchSubmissionFeedbackService)
 {
     _batchSubmissionFeedbackService = batchSubmissionFeedbackService;
 }