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

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

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