Ejemplo n.º 1
0
 private static ITypicalLengthFacet Create(TypicalLengthAttribute attribute, ISpecification holder) => attribute == null ? null : new TypicalLengthFacetAnnotation(attribute.Value, holder);
Ejemplo n.º 2
0
 private static ITypicalLengthFacet Create(TypicalLengthAttribute attribute, IFacetHolder holder) {
     return attribute == null ? null : new TypicalLengthFacetAnnotation(attribute.Value, holder);
 }