mirror of
https://github.com/farcasclaudiu/PracticeCalendar.git
synced 2026-06-28 15:01:06 +03:00
refactoring and integration tests
This commit is contained in:
@@ -3,5 +3,6 @@
|
||||
public class DomainEventBase
|
||||
{
|
||||
public DateTime EventDate { get; protected set; } = DateTime.UtcNow;
|
||||
public bool IsPublished { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user