🗃️ Class to store API application properties.

API-Integration
Rémi LAVERGNE 1 year ago
parent dca28921fc
commit aec0db1257

@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Models.API
{
public class IGDBSettings
{
public string ClientId { get; set; }
public string ClientSecret { get; set; }
}
}
Loading…
Cancel
Save