Derrick Brown
Results
1
comments of
Derrick Brown
@ankurjasoria you can use stored procedures with this just fine. You can do something like this: `connection.SetupDapperAsync(c => c.QueryAsync( It.IsAny(), new DynamicParameters(), null, null, CommandType.StoredProcedure )).ReturnsAsync(expected);` @darthmolen every dapper function...