BExIS.Dlm.Services.DataStructure.DataTypeManager.DataTypeManager C# (CSharp) 메소드

DataTypeManager() 공개 메소드

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