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

DataTypeManager() public méthode

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