dapper unit testing c# code example
Example: Dapper gridreader test
objCustomer = multiResult.Read<Customer>().SingleOrDefault(); //return null if not exists without error
objCustomer = multiResult.Read<Customer>().SingleOrDefault(); //return null if not exists without error