Skip to content

Instantly share code, notes, and snippets.

@jrob5756
Created September 12, 2018 02:28
Embed
What would you like to do?
public interface IValidator
{
ValidationResult Validate(string input);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment