11 lines
392 B
C#
11 lines
392 B
C#
namespace fivaldiHtml
|
|
{
|
|
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";
|
|
}
|
|
}
|