Leaf Charter integration

This commit is contained in:
2016-03-10 11:18:25 -05:00
parent 72caa74bb2
commit c761952a8a
7 changed files with 44 additions and 25 deletions
+4
View File
@@ -12,6 +12,10 @@ namespace LeafWeb.Core.Parsers
{
}
public CntrlComparisonParser(byte[] fileContents) : base(fileContents)
{
}
public CntrlComparison[] Parse()
{
var fittingTitles = GetNextCsvRowValues();