private static INotPersistedFacet Create(NotPersistedAttribute attribute, IFacetHolder holder) {
     return attribute == null ? null : new NotPersistedFacetAnnotation(holder);
 }
コード例 #2
0
 private static INotPersistedFacet Create(NotPersistedAttribute attribute, ISpecification holder) => attribute == null ? null : new NotPersistedFacet(holder);
 private static INotPersistedFacet Create(NotPersistedAttribute attribute, ISpecification holder) {
     return attribute == null ? null : new NotPersistedFacet(holder);
 }