Todo
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user