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>();
        }