コード例 #1
0
 public DictionariesRenderer(IRenderLink linkRenderer, IRenderDictionary dictionaryRenderer)
     : base(linkRenderer)
 {
     _dictionaryRenderer = dictionaryRenderer;
 }
コード例 #2
0
 public GetDictionaryByIdRequestHandler(IQueryProcessor queryProcessor, IRenderDictionary dictionaryRenderer)
 {
     _queryProcessor     = queryProcessor;
     _dictionaryRenderer = dictionaryRenderer;
 }