Skip to content

Instantly share code, notes, and snippets.

View garguelles's full-sized avatar
🏴

gargs garguelles

🏴
View GitHub Profile
@garguelles
garguelles / Delta.cs
Last active August 29, 2015 14:16 — forked from anonymous/Delta.cs
using System;
using System.Collections.Generic;
using System.Dynamic;
using System.Linq;
using API.Infrastructure.Helpers.FastMember;
using ServiceStack;
namespace API.Infrastructure.Models
{
public class Delta<T> : DynamicObject where T : class