5 lines
No EOL
132 B
C#
5 lines
No EOL
132 B
C#
using Femto.Common.Domain;
|
|
|
|
namespace Femto.Modules.Blog.Domain.Posts.Events;
|
|
|
|
internal record PostCreated(Post Post) : DomainEvent; |