예제 #1
0
        protected virtual IAggregateFluent <TEntity> CreateAggregate(IOspSession ospSession)
        {
            var aggregate = _cachedCollection.Aggregate(ospSession);

            return(aggregate);
        }