Open lzsantos opened 1 year ago
Hi Guys, very happy to know your project today, i'm facing a problem trying do use SetupDapperAsync for ExecuteAsync
i'm using dbconnection interface ( IDbConnection )
_sqlConnection = new Mock<IDbConnection>();
It Throws:
from here:
Should the framework handle ExecuteAsync?
I think it should handle ExecuteAsync
ExecuteAsync
Hi Guys, very happy to know your project today, i'm facing a problem trying do use SetupDapperAsync for ExecuteAsync
i'm using dbconnection interface ( IDbConnection )
_sqlConnection = new Mock<IDbConnection>();
It Throws:
from here:
Should the framework handle ExecuteAsync?