Skip to content

Instantly share code, notes, and snippets.

@beolson
beolson / gist:2778777
Created May 24, 2012 01:17
Playing around with validation
// make sure to add autofac to the project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Autofac;
using Autofac.Configuration;
namespace ValidationTest