How to perform calculation in ASP.net Core where the calculation method is present in repository and need to call in controller for testing
I’m trying to perform a test using the Swagger API. Whenever I’m trying to input the timesheedid it gaves Error 500.
How to perform calculation in ASP.net Core where the calculation method is present in repository and need to call in controller for testing
I’m trying to perform a test using the Swagger API. Whenever I’m trying to input the timesheedid it gaves Error 500.