private static INotCountedFacet Create(AWNotCountedAttribute attribute, ISpecification holder)
 {
     return attribute == null ? null : new NotCountedFacet(holder);
 }
示例#2
0
 private static INotCountedFacet Create(AWNotCountedAttribute attribute, ISpecification holder) => attribute == null ? null : new NotCountedFacet(holder);