WIP setting up new data project structure and event handlers
This commit is contained in:
11
BrightGlimmer.Domain/Entity.cs
Normal file
11
BrightGlimmer.Domain/Entity.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace BrightGlimmer.Domain
|
||||
{
|
||||
public class Entity
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user