There was an error while loading. Please reload this page.
1 parent 6a7f200 commit eb81ebfCopy full SHA for eb81ebf
1 file changed
src/Schuly.Domain/Base.cs
@@ -1,5 +1,6 @@
1
namespace Schuly.Domain
2
{
3
+ /// <summary>Common timestamped identity for all Schuly domain entities.</summary>
4
public abstract class Base
5
6
public Guid Id { get; set; }
0 commit comments