mattrobineau / stories

Community driven link aggregater for .Net written in C#
MIT License
1 stars 1 forks source link

Create ValidatorFactory to fetch the correct validators #40

Open mattrobineau opened 7 years ago

mattrobineau commented 7 years ago

Currently, we inject IValidator<T>. We want to use a factory to fetch the IValidator<T> instead of having to inject every validator into a controller.