Beispiel #1
0
 public DefaultPropertyEditorsController(IReflectionContentManager reflectionContentManager, IPropertyEditorRepository propertyEditorRepository)
 {
     _reflectionContentManager = reflectionContentManager;
     _propertyEditorRepository = propertyEditorRepository;
 }
Beispiel #2
0
 public ContentTypePropertyController(IReflectionContentManager moduleManager, IPropertyEditorRepository propertyEditorRepository)
 {
     _reflectionContentManager = moduleManager;
     _propertyEditorRepository = propertyEditorRepository;
 }