Ejemplo n.º 1
0
 public StyleSheetController(IStyleSheetService styleSheetService,
                             IColorPaletteService colorPaletterService)
 {
     _styleSheetService   = styleSheetService;
     _colorPaletteService = colorPaletterService;
 }
Ejemplo n.º 2
0
 public ColorpaletteController(IColorPaletteService colorPaletteService)
 {
     _colorPaletteService = colorPaletteService;
 }