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