ASP.NET Core 8.0 Web API : endpoint accepting only dynamic values as parameters
I’m currently working on an API that should be adding a client in the database and basically my controller looks like this:
I’m currently working on an API that should be adding a client in the database and basically my controller looks like this: