Beispiel #1
0
 public static bool AnyLocations(this IRolCan me, params LocationDao[] locations) => me.ByAny(locations);
Beispiel #2
0
 public static bool AnyType(this IRolCan me, params Type[] types) => me.ByAny(types.Select(t => Factory.Get <TypeDiscriminatorFactory>().FromType(t)).ToArray());