mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
7 lines
146 B
C#
7 lines
146 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class MapConfig
|
|
{
|
|
public string Service { get; set; }
|
|
public string ApiKey { get; set; }
|
|
} |