how to unit test in projects that use dapper

May 16 2019 7:12 AM
in my project iam using dapper framework to execute the storeprocedures by using executescalar function and querymultiple function how to write unit tests for methos using these dapper funtions?

Answers (1)