Piscal processing work

This commit is contained in:
2016-04-06 13:00:12 -04:00
parent 214199fed5
commit 151f17943f
18 changed files with 141 additions and 127 deletions
+1 -7
View File
@@ -41,13 +41,7 @@ namespace LeafWeb.Web.Services
yield return leafOutputFile;
}
}
public string GetErrorMessage(LeafInput leafInput)
{
var inputFile = new PiscalLeafInput(leafInput);
return _piscalClient.GetErrorMessage(inputFile);
}
public void Cleanup(LeafInput leafInput)
{
var input = new PiscalLeafInput(leafInput);