Updated documentation

This commit is contained in:
2025-02-28 12:23:11 +01:00
parent 86ace64618
commit e773871dc0
4 changed files with 35 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ using Microsoft.FluentUI.AspNetCore.Components;
namespace HopFrame.Web.Plugins.Internal;
internal sealed class ExporterPlugin(IContextExplorer explorer, IToastService toasts, IFileService files, IServiceProvider provider) {
internal sealed class ExporterPlugin(IContextExplorer explorer, IToastService toasts, IFileService files) {
public const char Separator = ';';
[EventHandler]