Fixed csproj and removed unused folders
This commit is contained in:
9
BrightGlimmer.Service/Cqrs.cs
Normal file
9
BrightGlimmer.Service/Cqrs.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Cqrs
|
||||
{
|
||||
/* USED TO GET ASSEMBLY IN STARTUP.CS */
|
||||
public class Cqrs { }
|
||||
}
|
||||
Reference in New Issue
Block a user