示例#1
0
 public ApiController(IAnalyticsStore store, IRdfMapper rdfMapper, IHeatmapDrawer heatmapDrawer,
                      IDistributedCache cache)
 {
     _store         = store;
     _rdfMapper     = rdfMapper;
     _heatmapDrawer = heatmapDrawer;
     _cache         = cache;
 }
示例#2
0
 public AnalyticsController(IAnalyticsStore store)
 {
     _store = store;
 }