Skip to content

Instantly share code, notes, and snippets.

@activebiz
Created February 3, 2020 09:50
Show Gist options
  • Save activebiz/edfdac1b1dfa12df52d77213d977f66b to your computer and use it in GitHub Desktop.
Save activebiz/edfdac1b1dfa12df52d77213d977f66b to your computer and use it in GitHub Desktop.
internal class MyInputTypeValidator : AbstractValidator<MyModel>, IMyValidator<MyModel, MyInputTypeValidator>
{
public MyInputTypeValidator(IMyService myService)
{
… // validation rules
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment