Setup initial solution structure fo application

This commit is contained in:
2019-04-19 22:00:29 +00:00
parent cef4409a7b
commit 4e5142d5ec
9 changed files with 112 additions and 46 deletions

View File

@@ -0,0 +1,8 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace BrightGlimmer.Cqrs
{
public class Cqrs { }
}