Exemplo n.º 1
0
 public IRuleBuilderInitial <ValidatableObject <T>, T> BuildRule()
 {
     return(validation.RuleFor(x => x.Value));
 }