Files
Alex Bezdieniezhnykh 80de2ad4d0 add gps matcher service
2025-04-14 10:20:01 +03:00

7 lines
164 B
C#

namespace Azaion.Common.DTO.Config;
public class MapConfig
{
public string Service { get; set; } = null!;
public string ApiKey { get; set; } = null!;
}