Skip to content

Instantly share code, notes, and snippets.

@Finglas
Created November 23, 2016 07:34
Show Gist options
  • Save Finglas/8b5bd981aa9e0ba33ae041122a6a448b to your computer and use it in GitHub Desktop.
Save Finglas/8b5bd981aa9e0ba33ae041122a6a448b to your computer and use it in GitHub Desktop.
Entity with Events
public void Publish()
{
// Code
DomainEvents.Publish(new PostPublishedEvent(postId, authorId));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment