Exemple #1
0
 public FieldInterviewBuilder(IFieldInterviewReportQueryService fieldInterviewReportQueryService,
                              IAttachmentBuilder attachmentBuilder, IReportHeaderBuilder reportHeaderBuilder)
 {
     _reportHeaderBuilder = reportHeaderBuilder;
     _fieldInterviewReportQueryService = fieldInterviewReportQueryService;
     _attachmentBuilder = attachmentBuilder;
 }
 public FieldInterviewsController(
     IFieldInterviewReportQueryService fieldInterviewReportQueryService,
     IFieldInterviewReportCommandService fieldInterviewReportCommandService)
 {
     _fieldInterviewReportQueryService   = fieldInterviewReportQueryService;
     _fieldInterviewReportCommandService = fieldInterviewReportCommandService;
 }