BExIS.Dlm.Services.DataStructure.ObtainingMethodManager.ObtainingMethodManager C# (CSharp) Méthode

ObtainingMethodManager() public méthode

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