Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created February 19, 2024 15:19
Show Gist options
  • Save explorer14/0c9f799af90cd1a464e78f23114cbc65 to your computer and use it in GitHub Desktop.
Save explorer14/0c9f799af90cd1a464e78f23114cbc65 to your computer and use it in GitHub Desktop.
public interface IOpenPurchaseOrders
{
void OpenNewPurchaseOrder(PurchaseOrderRequest input);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment