Ejemplo n.º 1
0
 public SubmissionRequestsController(IBatchSubmissionFeedbackService batchSubmissionFeedbackService)
 {
     _batchSubmissionFeedbackService = batchSubmissionFeedbackService;
 }
Ejemplo n.º 2
0
 public GenerateBatchSubmissionFeedbackDocumentJob(
     IBatchSubmissionFeedbackService batchSubmissionFeedbackService)
 {
     _batchSubmissionFeedbackService = batchSubmissionFeedbackService;
 }