Files
annotations/Azaion.Common/DTO/Config/MapConfig.cs
T
2025-03-17 09:08:43 +02:00

7 lines
146 B
C#

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