예제 #1
0
        public ImportRtModel(ITenantContextInternal tenantContext)
        {
            _tenantContext = tenantContext;

            _entityImportIds        = new HashSet <ObjectId>();
            _importEntityQueue      = new ConcurrentQueue <RtEntity>();
            _importAssociationQueue = new ConcurrentQueue <RtAssociation>();
        }
 internal ExportRtModel(ITenantContextInternal tenantContext)
 {
     _tenantContext = tenantContext;
 }