mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 05:46:31 +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; }
|
|
} |