Skip to content

Instantly share code, notes, and snippets.

@hallco978
hallco978 / DomainModel.cs
Created November 2, 2012 12:03 — forked from JamesTryand/DomainModel.cs
simplecqrs & simple.testing together
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using SimpleCqrs.Commanding;
using SimpleCqrs.Domain;
using SimpleCqrs.Eventing;
namespace ConsoleApplication4
{