This commit is contained in:
2025-12-25 13:54:49 -06:00
parent d405b61ddd
commit 3457721238
26 changed files with 3509 additions and 139 deletions

View File

@@ -1,5 +1,4 @@
using Dapper;
using MieSystem.Data.Interfaces;
using MieSystem.Data.Interfaces;
using Npgsql;
using System.Data;
@@ -18,7 +17,6 @@ namespace MieSystem.Data.Repositories
// Mapear tipos de PostgreSQL a .NET
Dapper.DefaultTypeMap.MatchNamesWithUnderscores = true;
NpgsqlConnection.GlobalTypeMapper.UseJsonNet();
}
public IDbConnection CreateConnection()