Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created December 30, 2018 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PradeepLoganathan/b3e0d10d8b4a94be29c1c2c5d888f2c6 to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/b3e0d10d8b4a94be29c1c2c5d888f2c6 to your computer and use it in GitHub Desktop.
Event Grid - Event Interface
public interface ICandidateEvents
{
Task CandidateCreatedEvent(Candidate candidate);
Task CandidateUpdatedEvent(Candidate candidate);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment