I have the same issue as you, I'm unable to implement it in the Controller class while it works when I put it in the model class. Add these codes on the top of your controller class
using TimeSheetManagementSystem.Data;
using Microsoft.Extensions.Configuration;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Newtonsoft.Json;