Ejemplo n.º 1
0
 public IHttpActionResult ClearErrorsInterceptorTest([CustomizeValidator(Interceptor = typeof(ClearErrorsInterceptor))] PropertiesTestModel model)
 {
     return(OutputErrors());
 }
Ejemplo n.º 2
0
 public IHttpActionResult PropertiesTestModel([CustomizeValidator(Properties = "Surname,Forename")] PropertiesTestModel model)
 {
     return(OutputErrors());
 }