Rob / Entities /Config /GoogleAuth.cs
danylokhodus's picture
Initial clean backend commit
70556b7
Raw
History Blame Contribute Delete
118 Bytes
namespace Entities.Config
{
public class GoogleAuth
{
public string ClientId { get; set; }
}
}