Example #1
0
 public BoundaryLevelRepository(
     StatisticsDbContext context,
     DataServiceMemoryCache <BoundaryLevel> cache)
     : base(context)
 {
     _cache = cache;
 }
 public GeoJsonRepository(StatisticsDbContext context,
                          DataServiceMemoryCache <GeoJson> cache)
 {
     _context = context;
     _cache   = cache;
 }