Beispiel #1
0
        public IAuditQuery AndSubject(Matches matchType, string nameOrIdentifier)
        {
            criteriaBuilder.AndStringMatchAny(matchType,
                                              new string[] { nameof(AuditEntity.NormalisedSubject), nameof(AuditEntity.SubjectIdentifier) },
                                              nameOrIdentifier);

            return(this);
        }