コード例 #1
0
 public static IEnumerable <TSource> AuthorizedTo <TSource>(this IEnumerable <TSource> source, params IFunction[] functions)
 => source.AuthorizedTo(null, functions);