Skip to content

Instantly share code, notes, and snippets.

@moostafaa
Last active September 29, 2021 16:36
Show Gist options
  • Save moostafaa/599da020dce45985bcd3efeded874981 to your computer and use it in GitHub Desktop.
Save moostafaa/599da020dce45985bcd3efeded874981 to your computer and use it in GitHub Desktop.
public decimal GetDiscerpancyAmount(ISpecification<SaleDocument> spec) =>
spec.IsSatisfiedBy(this) ? ConfirmedPrice - DocumentNetPrice : 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment