public TableController(SpreadContext context, IMapper mapper, IConfiguration configuration) { _context = context; _mapper = mapper; _helper = new EFHelper(_context); Configuration = configuration; }
public EFHelper(SpreadContext context) { _db = context; }