Skip to content

Instantly share code, notes, and snippets.

@angelovstanton
Created July 9, 2015 20:46
Show Gist options
  • Save angelovstanton/01a8cbe001eaa1e0aba7 to your computer and use it in GitHub Desktop.
Save angelovstanton/01a8cbe001eaa1e0aba7 to your computer and use it in GitHub Desktop.
public interface IOrderValidationStrategy
{
void ValidateOrderSummary(string itemPrice, ClientPurchaseInfo clientPurchaseInfo);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment