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

DataContainerManager() public method

public DataContainerManager ( ) : System
return System
        public DataContainerManager()
        {
            IUnitOfWork uow = this.GetUnitOfWork();
            this.DataAttributeRepo = uow.GetReadOnlyRepository<DataAttribute>();
            this.ExtendedPropertyRepo = uow.GetReadOnlyRepository<ExtendedProperty>();
            this.UsageRepo = uow.GetReadOnlyRepository<Parameter>();
        }