I am newbie to Dapper and I Want to use Dapper.Contrib. Is there any method we can use store procedure with Dapper.Contrib methods.
e.g The method of Dapper.Contrib is connection.GetAll<Invoice>().ToList();
. I want to call store procedure in this extension methods.