9 lines
130 B
C#
9 lines
130 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BrightGlimmer.Cqrs
|
|
{
|
|
public class Cqrs { }
|
|
}
|