Exemplo n.º 1
0
 public DefaultPropertyEditorsController(IReflectionContentManager reflectionContentManager, IPropertyEditorRepository propertyEditorRepository)
 {
     _reflectionContentManager = reflectionContentManager;
     _propertyEditorRepository = propertyEditorRepository;
 }
Exemplo n.º 2
0
 public ContentTypePropertyController(IReflectionContentManager moduleManager, IPropertyEditorRepository propertyEditorRepository)
 {
     _reflectionContentManager = moduleManager;
     _propertyEditorRepository = propertyEditorRepository;
 }