Skip to content

Instantly share code, notes, and snippets.

@Finglas
Created November 23, 2016 07:32
Show Gist options
  • Save Finglas/514772dbb07895410be283fa71067b97 to your computer and use it in GitHub Desktop.
Save Finglas/514772dbb07895410be283fa71067b97 to your computer and use it in GitHub Desktop.
Entity Without Events
class Post
{
public void Publish(AuthorService authorService)
{
// Code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment