Improve scoped service
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IFileProvider
|
||||
|
||||
namespace Toolkit.Foundation
|
||||
{
|
||||
Task<IReadOnlyCollection<string>> SelectFiles(FileFilter filter);
|
||||
public interface IFileProvider
|
||||
{
|
||||
IReadOnlyCollection<string> Get(string path, FileProviderFilter filter);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user