9 lines
185 B
C#
9 lines
185 B
C#
namespace Api.Settings
|
|
{
|
|
public sealed class GoogleSettings
|
|
{
|
|
public string TagManagerId { get; set; } = "";
|
|
public string MapKey { get; set; } = "";
|
|
}
|
|
}
|