Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created November 21, 2021 17:00
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 explorer14/21b477449f4d02312751c6e1e53c311f to your computer and use it in GitHub Desktop.
Save explorer14/21b477449f4d02312751c6e1e53c311f to your computer and use it in GitHub Desktop.
public class ProductStockChanged
{
int ProductId;
int Quantity;
bool IsStockRaised;
int PurchaseOrderLineId;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment