Skip to content

Instantly share code, notes, and snippets.

@mattjohnsonpint
mattjohnsonpint / NodaMapper.cs
Created January 15, 2014 07:59
NPoco mapper for NodaTime
using System;
using NodaTime;
using NPoco;
namespace PocoNoda
{
public class NodaMapper : DefaultMapper
{
public override Func<object, object> GetFromDbConverter(Type DestType, Type SourceType)
{