Skip to content

Instantly share code, notes, and snippets.

@activebiz
Created February 3, 2020 09:46
Show Gist options
  • Save activebiz/b2cf773d8ba77a31bd6ffa69dddb4126 to your computer and use it in GitHub Desktop.
Save activebiz/b2cf773d8ba77a31bd6ffa69dddb4126 to your computer and use it in GitHub Desktop.
public interface IMyValidator<T, V> : IValidator<T>
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment