add gps matcher service

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-14 10:20:01 +03:00
parent ca1682a86e
commit 80de2ad4d0
9 changed files with 76 additions and 74 deletions
+2 -2
View File
@@ -2,6 +2,6 @@
public class MapConfig
{
public string Service { get; set; }
public string ApiKey { get; set; }
public string Service { get; set; } = null!;
public string ApiKey { get; set; } = null!;
}