Commit 9feabe56 authored by Henk Mollema's avatar Henk Mollema

Make DefaultTypeMap public again

parent 8c7a14cd
...@@ -8,7 +8,7 @@ namespace Dapper ...@@ -8,7 +8,7 @@ namespace Dapper
/// <summary> /// <summary>
/// Represents default type mapping strategy used by Dapper /// Represents default type mapping strategy used by Dapper
/// </summary> /// </summary>
sealed class DefaultTypeMap : SqlMapper.ITypeMap public sealed class DefaultTypeMap : SqlMapper.ITypeMap
{ {
private readonly List<FieldInfo> _fields; private readonly List<FieldInfo> _fields;
private readonly Type _type; private readonly Type _type;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment