Skip to content

Instantly share code, notes, and snippets.

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