Add initial DTO classes and parser skeleton
This commit is contained in:
11
PriorBankParser/Constants.cs
Normal file
11
PriorBankParser/Constants.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace PriorBankParser
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public static class SectionNames
|
||||
{
|
||||
internal const string LockedSectionPrefix = "Заблокированные суммы по ........";
|
||||
internal const string OperationSectionPrefix = "Операции по ........";
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user