I am trying to mock a method that updates an entry into the database using EF.
class MyController { private readonly IEmployeeRepository; private re