Code cleanup. Implemented ability to schedule Library Backups.

This commit is contained in:
Joseph Milazzo 2021-02-17 08:58:36 -06:00
parent 83b9394b17
commit b4ee16d8d1
35 changed files with 217 additions and 91 deletions

View file

@ -10,10 +10,10 @@ namespace API.Tests.Services
// private readonly IArchiveService _archiveService = Substitute.For<IArchiveService>();
// private readonly IDirectoryService _directoryService = Substitute.For<DirectoryService>();
public CacheServiceTests()
{
//_cacheService = new CacheService(_logger, _unitOfWork, _archiveService, _directoryService);
}
// public CacheServiceTests()
// {
// //_cacheService = new CacheService(_logger, _unitOfWork, _archiveService, _directoryService);
// }
//string GetCachedPagePath(Volume volume, int page)
[Fact]