コード例 #1
0
 public ContainerFlattener(
     IShapeOutputGenerator shapeOutputGenerator,
     ISiteService siteService)
 {
     _shapeOutputGenerator = shapeOutputGenerator;
     _siteService = siteService;
 }
コード例 #2
0
 public FlattenedHtmlGenerator(
     ISiteService siteService,
     IShapeFactory shapeFactory,
     IShapeOutputGenerator shapeOutputGenerator)
 {
     _siteService = siteService;
     _shapeFactory = shapeFactory;
     _shapeOutputGenerator = shapeOutputGenerator;
 }