This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Api.Settings
|
||||
{
|
||||
public sealed class GoogleSettings
|
||||
{
|
||||
public string TagManagerId { get; set; } = "";
|
||||
public string MapKey { get; set; } = "";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user