Piscal client - check status and retrieve file skeleton in place

This commit is contained in:
2016-02-19 11:45:16 -05:00
parent 6534fc142b
commit 75fa448a0f
13 changed files with 345 additions and 107 deletions
-2
View File
@@ -14,7 +14,5 @@
public string Filename { get; set; }
public byte[] Contents { get; set; }
public string CombinedIdentifier => $"{LeafInput.CombinedIdentifier}_{Id}";
}
}