10 lines
190 B
C#
10 lines
190 B
C#
namespace AudibleApiDomainService
|
|
{
|
|
public class Settings
|
|
{
|
|
// identityTokens.json
|
|
public string IdentityFilePath { get; set; }
|
|
|
|
public string LocaleCountryCode { get; set; }
|
|
}
|
|
} |