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

MethodologyManager() public method

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