feat(Assets): update asset services and background workers

This commit is contained in:
2026-08-09 21:01:39 +02:00
parent b57cc9894c
commit e0778b88ea
32 changed files with 1020 additions and 2062 deletions
+7 -2
View File
@@ -1,4 +1,4 @@
namespace FinlyticAssets.Util;
namespace FinlyticAssets.Util;
public class Volumes
{
@@ -6,4 +6,9 @@ public class Volumes
/// Der relative Pfad für die schlanke Index-Datei (ISINs + Namen) zur Asset-Erkennung.
/// </summary>
public const string IndexRelativePath = "assets/index";
}
/// <summary>
/// Der relative Pfad für lokal gespeicherte Asset-Logos (nach ISIN benannt).
/// </summary>
public const string LogosRelativePath = "assets/logos";
}