Commit 337af552 authored by Marc Gravell's avatar Marc Gravell

Merge pull request #411 from henkmollema/public-defaulttypemap

Make DefaultTypeMap public again
parents 8c7a14cd 9feabe56
......@@ -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