Пример #1
0
 private bool IsIgnored(long entryId, IEntryProvider entryProvider)
 {
     return(entryProvider.IsIgnored(entryId));
 }