Attempted to Test CacheService, but can't figure it out.
This commit is contained in:
parent
1d61d1057e
commit
f430595d11
9 changed files with 96 additions and 22 deletions
|
|
@ -14,5 +14,6 @@ namespace API.Interfaces
|
|||
IEnumerable<string> ListDirectory(string rootPath);
|
||||
|
||||
Task<ImageDto> ReadImageAsync(string imagePath);
|
||||
string[] GetFiles(string path); // TODO: Refactor. This is currently for CacheServiceTest mocking
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue