Improve scoped service

This commit is contained in:
Dan Clark
2025-02-11 19:45:02 +00:00
parent 66d61a3917
commit 92ea28d647
25 changed files with 149 additions and 111 deletions
+3
View File
@@ -0,0 +1,3 @@
namespace Toolkit.Foundation;
public record FilePickerFilter(string Name, List<string> Extensions, bool AllowMultiple = false);