Example #1
0
		HtmlBuilderService(IClassificationFormatMapService classificationFormatMapService, ISynchronousClassifierAggregatorService synchronousClassifierAggregatorService, ISynchronousViewClassifierAggregatorService synchronousViewClassifierAggregatorService) {
			this.classificationFormatMapService = classificationFormatMapService;
			this.synchronousClassifierAggregatorService = synchronousClassifierAggregatorService;
			this.synchronousViewClassifierAggregatorService = synchronousViewClassifierAggregatorService;
		}
Example #2
0
 HtmlBuilderService(IClassificationFormatMapService classificationFormatMapService, ISynchronousClassifierAggregatorService synchronousClassifierAggregatorService, ISynchronousViewClassifierAggregatorService synchronousViewClassifierAggregatorService)
 {
     this.classificationFormatMapService             = classificationFormatMapService;
     this.synchronousClassifierAggregatorService     = synchronousClassifierAggregatorService;
     this.synchronousViewClassifierAggregatorService = synchronousViewClassifierAggregatorService;
 }