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>();
        }