Dapper.Contrib
Dapper.Contrib copied to clipboard
InsertAsync should await the command execution
Currently attempting to use InsertAsync can result in getting back 0 for the entity Id since the command is not awaited.