|
yield return ImageCategories; |
|
yield return AssociationGroups; |
|
yield return EditorialReviewTypes; |
|
yield return CodesInOutline; |
|
yield return ExposeAliasInDictionary; |
|
yield return UseSeoDeduplication; |
I think we should at least change this to a simple list:
return new List {...}