Posts by thiago Ferreira • 3 points
1 post
-
0
votes1
answer82
viewsQ: Update data with Entity Framework
I have a problem that when I have this code below: public static String GravarNoBDFildes(List<Fildes> dados) { try { Console.WriteLine("Começando o processamento"); var inseridos = new…