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

DataTypeManager() public method

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