public AuthRepository(QLCContext context) { _context = context; }
public LFSRepository(QLCContext context) { _context = context; }
public ValuesController(QLCContext context) => _context = context;