Taylohtio/IDP/parsers/parser-flats-owners/unesCsv/Constants.cs

11 lines
388 B
C#

namespace unesCsv
{
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";
}
}