Open mattrobineau opened 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.
IValidator<T>
Currently, we inject
IValidator<T>
. We want to use a factory to fetch theIValidator<T>
instead of having to inject every validator into a controller.