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

Make DefaultTypeMap public again

parent 8c7a14cd
......@@ -8,7 +8,7 @@ namespace Dapper
/// <summary>
/// Represents default type mapping strategy used by Dapper
/// </summary>
sealed class DefaultTypeMap : SqlMapper.ITypeMap
public sealed class DefaultTypeMap : SqlMapper.ITypeMap
{
private readonly List<FieldInfo> _fields;
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