/// <summary>
		/// Initializes a new instance of the <see cref="MethodValidatorInterceptor"/> class.
		/// </summary>
		/// <param name="contributor">The contributor.</param>
		public MethodValidatorInterceptor(MethodValidationContributor contributor)
		{
			this.contributor = contributor;
		}
Ejemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MethodValidatorInterceptor"/> class.
 /// </summary>
 /// <param name="contributor">The contributor.</param>
 public MethodValidatorInterceptor(MethodValidationContributor contributor)
 {
     this.contributor = contributor;
 }