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

UnitManager() 공개 메소드

public UnitManager ( ) : System
리턴 System
        public UnitManager()
        {
            //// define aggregate paths
            ////AggregatePaths.Add((Unit u) => u.ConversionsIamTheSource);
            IUnitOfWork uow = this.GetUnitOfWork();
            this.Repo = uow.GetReadOnlyRepository<Unit>();
            this.ConversionMethodRepo = uow.GetReadOnlyRepository<ConversionMethod>();
            this.DimensionRepo = uow.GetReadOnlyRepository<Dimension>();
        }