0
ajayak created
3 Answer(s)
-
0
@ajayak, you shouldn't use dependency injection in DefaultEditionCreator. Why do you need EditionManager ? Maybe we can help you with that.
-
0
Hi @ismcagdas,
I wanted to associate features with editions. I found this solution :)
new EditionFeatureSetting(globalExpansionEdition.Id, AppFeatures.MaxUserCount, "11")
-
0
Great :)