Example #1
0
 public VisualEditorPlugin NewVisualEditorPluginProperties(int parentId) => VisualEditorPlugin.Create();
Example #2
0
 public VisualEditorPlugin SaveVisualEditorPluginProperties(VisualEditorPlugin visualEditorPlugin) => VisualEditorRepository.SavePluginProperties(visualEditorPlugin);
Example #3
0
 public VisualEditorPlugin UpdateVisualEditorProperties(VisualEditorPlugin visualEditorPlugin) => VisualEditorRepository.UpdatePluginProperties(visualEditorPlugin);