BExIS.Dlm.Services.DataStructure.AggregateFunctionManager.AggregateFunctionManager C# (CSharp) Method

AggregateFunctionManager() public method

public AggregateFunctionManager ( ) : System.Collections.Generic
return System.Collections.Generic
        public AggregateFunctionManager()
        {
            //// define aggregate paths
            ////AggregatePaths.Add((Unit u) => u.ConversionsIamTheSource);
            this.Repo = this.GetUnitOfWork().GetReadOnlyRepository<AggregateFunction>();
        }