add SatelliteDownloader

This commit is contained in:
Oleksandr Bezdieniezhnykh
2025-10-25 23:13:06 +03:00
parent c354661a10
commit e71b806e04
8 changed files with 294 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace SatelliteProvider.Configs;
public class MapConfig
{
public string Service { get; set; } = null!;
public string ApiKey { get; set; } = null!;
}