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