Hi,
I want a sample code to Get data from database using Storedprocedure (contains parameters) using webapi rest
Now i want to consume this Web api from a console application by passing the parameters from Frombody instead of FromUri.
and also i want to use Logging's as well as Security.
Can anyone provide me some sample application to achieve this?