I cant find a way to set a specific rule set on ValidateAndThrow as you can with:
.Validate(businessAllocationDTO, ruleSet:
"CustomValidation"
);
is it possible?
I cant find a way to set a specific rule set on ValidateAndThrow as you can with:
.Validate(businessAllocationDTO, ruleSet:
"CustomValidation"
);
is it possible?