Files
satellite-provider/SatelliteProvider.Common/Configs/MapConfig.cs
T
Oleksandr Bezdieniezhnykh a7a645c7ab make structure
add tests
2025-10-26 09:15:06 +02:00

7 lines
172 B
C#

namespace SatelliteProvider.Common.Configs;
public class MapConfig
{
public string Service { get; set; } = null!;
public string ApiKey { get; set; } = null!;
}