Setup initial solution structure fo application
This commit is contained in:
8
BrightGlimmer.CQRS/Cqrs.cs
Normal file
8
BrightGlimmer.CQRS/Cqrs.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Cqrs
|
||||
{
|
||||
public class Cqrs { }
|
||||
}
|
||||
Reference in New Issue
Block a user