public PopulateNullableIntService(IDataAnnotationConventionMapper dataAnnotationConventionMapper)
 {
     this.dataAnnotationConventionMapper = dataAnnotationConventionMapper;
 }
示例#2
0
 public PopulateStringService(IDataAnnotationConventionMapper dataAnnotationConventionMapper)
 {
     this.dataAnnotationConventionMapper = dataAnnotationConventionMapper;
 }