示例#1
0
 public CountWrapper(Count <TEntityType, TCountType> count)
 {
     ArgumentValidator.ThrowIfNull("count", count);
     this.count = count;
 }
示例#2
0
 protected abstract Count <TEntityType, TCountType> InternalMerge(Count <TEntityType, TCountType> count);