Ejemplo n.º 1
0
        public ScriptController(IScriptService scriptService,
            IScriptMapper scriptMapper, ICookieParser cookieParser)
        {
            _scriptService = scriptService;
            _scriptMapper = scriptMapper;
	        _cookieParser = cookieParser;
        }
 public ScriptController(IScriptService scriptService,
                         IScriptMapper scriptMapper, ICookieParser cookieParser)
 {
     _scriptService = scriptService;
     _scriptMapper  = scriptMapper;
     _cookieParser  = cookieParser;
 }
		public PresentationController(IPresentationParser presentationParser,
			IScriptService scriptService, IScriptMapper scriptMapper, ICookieParser cookieParser)
		{
			_presentationParser = presentationParser;
			_scriptService = scriptService;
			_scriptMapper = scriptMapper;
			_cookieParser = cookieParser;
		}
 public PresentationController(IPresentationParser presentationParser,
                               IScriptService scriptService, IScriptMapper scriptMapper, ICookieParser cookieParser)
 {
     _presentationParser = presentationParser;
     _scriptService      = scriptService;
     _scriptMapper       = scriptMapper;
     _cookieParser       = cookieParser;
 }