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

ObtainingMethodManager() public method

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