public ConsumingsController(arduinoContext context, IMemoryCache memoryCache) { _cache = memoryCache; _context = context; }
public TempraturesController(arduinoContext context) { _context = context; }