Taylohtio/IDP/parsers/parser-management-fee/fivaldi/Constants.cs

11 lines
409 B
C#

namespace taloyhtio.idp.parser.fivaldi
{
public static class Constants
{
public static readonly string KEY_AZURE_STORAGE = "AzureProdConnectionString";
public static readonly string AZURE_TABLE_MAPPINGS = "mdbCondoMappings";
public static readonly string AZURE_TABLE_NAME = "MaintenanceFees";
public static readonly string AZURE_PARTITION_KEY = "Taloyhtio";
}
}