Esempio n. 1
0
        public GarageController(SCARFContext context)
        {
            _context = context;

            _cache = MemoryCache.Default;
        }
Esempio n. 2
0
 public UploadController(IS3Service service, SCARFContext context, IConfiguration configuration, IBlobManager serviceBlob)
 {
     _serviceBlob = serviceBlob;
     _service     = service;
     _context     = context;
 }
Esempio n. 3
0
 public AnalyticController(SCARFContext context)
 {
     _context = context;
     _cache   = MemoryCache.Default;
 }