Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure identical timestamps for PageEntity creation
Use a single utcNow variable to set both CreateTimeUtc and UpdateTimeUtc properties of PageEntity in CreatePageCommandHandler. This change ensures consistency by assigning the exact same timestamp to both properties.
- Loading branch information