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

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

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