Add initial DTO classes and parser skeleton
This commit is contained in:
11
PriorBankParser/SectionParseResult.cs
Normal file
11
PriorBankParser/SectionParseResult.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PriorBankParser
|
||||
{
|
||||
public class SectionParseResultDto
|
||||
{
|
||||
public string ContractNo { get; set; }
|
||||
|
||||
public IReadOnlyCollection<TransactionInfoDto> Transactions { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user