BExIS.Dlm.Services.DataStructure.AggregateFunctionManager.AggregateFunctionManager C# (CSharp) Метод

AggregateFunctionManager() публичный Метод

public AggregateFunctionManager ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public AggregateFunctionManager()
        {
            //// define aggregate paths
            ////AggregatePaths.Add((Unit u) => u.ConversionsIamTheSource);
            this.Repo = this.GetUnitOfWork().GetReadOnlyRepository<AggregateFunction>();
        }