Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created February 25, 2015 23:36
Show Gist options
  • Save HowardvanRooijen/6e475db66d4decd3dbcd to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/6e475db66d4decd3dbcd to your computer and use it in GitHub Desktop.
ILicenseValidationRule
public interface ILicenseValidationRule
{
void Validate(LicenseCriteria licenseCriteria);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment