Example #1
0
 internal TypedValidationHelper(ModelValidator context, TModel model)
 {
     this.context = context;
     this.model   = model;
 }
Example #2
0
 internal UnMappedValidationHelper(ModelValidator context)
 {
     this.context = context;
 }