Skip to content

Commit eb81ebf

Browse files
authored
Added XML doc comment to Base entity (#37)
1 parent 6a7f200 commit eb81ebf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Schuly.Domain/Base.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
namespace Schuly.Domain
22
{
3+
/// <summary>Common timestamped identity for all Schuly domain entities.</summary>
34
public abstract class Base
45
{
56
public Guid Id { get; set; }

0 commit comments

Comments
 (0)