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