Skip to content

Instantly share code, notes, and snippets.

View Daniel-Miller's full-sized avatar
💭
Wrangling code

Daniel Miller Daniel-Miller

💭
Wrangling code
  • Calgary
  • 13:58 (UTC -06:00)
View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Linq.Expressions;
using System.Reflection;
// The original source code for this class is in this repository - https://github.com/gautema/CQRSlite
namespace CustomReflection
{