FilePath ready to test
This commit is contained in:
@ -3,9 +3,9 @@ namespace View_by_Distance.Shared.Models.Methods;
|
||||
public interface IBlurHasher
|
||||
{
|
||||
|
||||
string GetFile(FilePath filePath);
|
||||
string Encode(FileHolder fileHolder);
|
||||
string GetFile(FileHolder fileHolder);
|
||||
string EncodeAndSave(FileHolder fileHolder);
|
||||
void Update(string resultsFullGroupDirectory);
|
||||
string EncodeAndSave(FilePath filePath, FileHolder fileHolder);
|
||||
|
||||
}
|
Reference in New Issue
Block a user