4,825 questions
the error is pretty clear. when creating the controller, you specified injection of the "ICrudOocrationSL" service in the constructor, but did not register that service when you added services.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am performing CRUD operation using .netCoreApi but facing the issue her i am sharing my error
the error is pretty clear. when creating the controller, you specified injection of the "ICrudOocrationSL" service in the constructor, but did not register that service when you added services.