Hello
When we have Complex Data Validation that required DI. Should we implemented it directly in the controller ?
or better to create custom Validation Attribute ? second seems better way but I have difficulties to past DI parameters to that class.
Thank you in Advance.