Posts by Jesse Pereira • 21 points
1 post
-
2
votes3
answers6315
viewsA: How to make an "Insert" with Dapper using a class?
I use via Procedure. public class Teste { public int id; public string nome; public int idade; } using (IDbConnection Connection = GetConnection()) { try {…