예제 #1
0
 public CallForServiceReportBuilder(ICallForServiceReportQueryService callForServiceReportQueryService,
                                    IAttachmentBuilder attachmentBuilder, IReportHeaderBuilder reportHeaderBuilder)
 {
     _callForServiceReportQueryService = callForServiceReportQueryService;
     _reportHeaderBuilder = reportHeaderBuilder;
     _attachmentBuilder   = attachmentBuilder;
 }
예제 #2
0
 public CallsForServiceController(ICallForServiceReportCommandService reportCommandService, ICallForServiceReportQueryService reportQueryService)
 {
     _reportCommandService = reportCommandService;
     _reportQueryService   = reportQueryService;
 }