Skip to content

Commit 98d73d6

Browse files
upd: fix build error
1 parent 1dcc0b8 commit 98d73d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/snglrtycrvtureofspce.Core.Contracts/Base/Infrastructure/IDomainEvent.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@ public abstract class AggregateRoot : IEntity
6363

6464
#region IEntity
6565

66+
/// <inheritdoc />
6667
public Guid Id { get; set; }
6768

69+
/// <inheritdoc />
6870
public DateTimeOffset CreatedAt { get; set; }
6971

72+
/// <inheritdoc />
7073
public DateTimeOffset? UpdatedAt { get; set; }
7174

7275
#endregion

0 commit comments

Comments
 (0)