Mock of GenericService in Controller is returning null despite setting data in mock
I am using NUnit, and C# .NET 6. I am Mocking the service to return some data. However the service is always returning null in the Controller while executing the test case.