Hi,
I want to develop an application (mvc) using web api controller async actions.
I have repository which inject into the controller.
I also want to develop async methods which gets data (through repository) from database.
Please guide with example. thanks.