12 lines
348 B
C#
12 lines
348 B
C#
namespace PriorBankParser
|
|
{
|
|
public static class Constants
|
|
{
|
|
public static class SectionNames
|
|
{
|
|
internal const string LockedSectionPrefix = "Заблокированные суммы по ........";
|
|
internal const string OperationSectionPrefix = "Операции по ........";
|
|
}
|
|
}
|
|
}
|