Robert McRackan 410d1a9621 Add audible locale setting.
Rename DomainServices => ScrapingDomainServices
2019-10-21 12:57:37 -04:00

10 lines
190 B
C#

namespace AudibleApiDomainService
{
public class Settings
{
// identityTokens.json
public string IdentityFilePath { get; set; }
public string LocaleCountryCode { get; set; }
}
}