1
Answer

how to unit test in projects that use dapper

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)