We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now to initialize the state of the class
TP.StructuralData.LINQ_to_object.Catalog
Method DI is used, namely:
Catalog.AddContent(System.Collections.Generic.IEnumerable<TP.StructuralData.Data.IPerson>)
Other kinds of DI must be added.
Consider external initialization, I mean the data generator is responsible for populating the graph.
The text was updated successfully, but these errors were encountered:
ExDM Add DI to the Catalog #385
5c67f52
- added anchor for this issue
mpostol
No branches or pull requests
Describe problem
Now to initialize the state of the class
TP.StructuralData.LINQ_to_object.Catalog
Method DI is used, namely:
Catalog.AddContent(System.Collections.Generic.IEnumerable<TP.StructuralData.Data.IPerson>)
Describe the solution you'd like
Other kinds of DI must be added.
Describe alternatives you've considered
Consider external initialization, I mean the data generator is responsible for populating the graph.
List of tasks to be accomplished
The text was updated successfully, but these errors were encountered: