Пример #1
0
 public AggregateTypeFilter(Type aggregateType, EventGraph events)
 {
     AggregateType = aggregateType;
     Alias         = events.AggregateAliasFor(aggregateType);
 }