I need to make two different validations to the same class in a C# project using fluent validation, how can I do it in a unique validation.
For example:
I have the Example class called ExampleDTO.cs and also I have the ExampleDTOValidator.cs, so I need to implement a validation that in one case do one validation and in the other case use other validation.