mirror of
https://github.com/azaion/satellite-provider.git
synced 2026-04-22 22:56:37 +00:00
a7a645c7ab
add tests
7 lines
172 B
C#
7 lines
172 B
C#
namespace SatelliteProvider.Common.Configs;
|
|
|
|
public class MapConfig
|
|
{
|
|
public string Service { get; set; } = null!;
|
|
public string ApiKey { get; set; } = null!;
|
|
} |