예제 #1
0
 public StyleSheetController(IStyleSheetService styleSheetService,
                             IColorPaletteService colorPaletterService)
 {
     _styleSheetService   = styleSheetService;
     _colorPaletteService = colorPaletterService;
 }
예제 #2
0
 public StyleSheetController(IStyleSheetService styleSheetService)
 {
     _styleSheetService = styleSheetService;
 }