Cleanup data after complete for Piscal Service

This commit is contained in:
2016-03-02 11:48:28 -05:00
parent 8769f5fcd9
commit 659d9b811e
4 changed files with 54 additions and 19 deletions
+1
View File
@@ -7,5 +7,6 @@ namespace LeafWeb.Core.Remote
void RunLeafInputFile(PiscalLeafInputFile file);
PiscalStatus GetLeafInputFileStatus(PiscalLeafInputFile file);
IEnumerable<PiscalLeafOutputFile> RetrieveLeafOutput(PiscalLeafInputFile file);
void CleanupLeafProcess(PiscalLeafInputFile file);
}
}