Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created February 19, 2024 15:20
Show Gist options
  • Save explorer14/3e5ca8d8a8985a78ccffb873c9e8a5c8 to your computer and use it in GitHub Desktop.
Save explorer14/3e5ca8d8a8985a78ccffb873c9e8a5c8 to your computer and use it in GitHub Desktop.
public interface IPublishPurchaseOrderEvents
{
void Publish(PurchaseOrderEvent[] purchaseOrderEvents);
//...more publishing APIs
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment