10 lines
175 B
C#
10 lines
175 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BrightGlimmer.Cqrs
|
|
{
|
|
/* USED TO GET ASSEMBLY IN STARTUP.CS */
|
|
public class Cqrs { }
|
|
}
|