public IncludableSpecificationBuilder(Specification <T> specification, IIncludeAggregator aggregator)
 {
     Specification = specification;
     Aggregator    = aggregator;
 }
示例#2
0
 public IncludableSpecificationBuilder(IIncludeAggregator aggregator)
 {
     Aggregator = aggregator;
 }