Exemple #1
0
 public ColorCodeController(ISKL_ColorCodeService colorCodeService,
                            ILanguageService languageService,
                            IPermissionService permissionService,
                            IWorkContext workContext,
                            ICacheManager cacheManager,
                            ILocalizationService localizationService)
 {
     this._colorCodeService    = colorCodeService;
     this._languageService     = languageService;
     this._permissionService   = permissionService;
     this._workContext         = workContext;
     this._cacheManager        = cacheManager;
     this._localizationService = localizationService;
 }