BExIS.Dlm.Services.DataStructure.AggregateFunctionManager.AggregateFunctionManager C# (CSharp) Méthode

AggregateFunctionManager() public méthode

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