Add download links

This commit is contained in:
2016-05-06 11:19:01 -04:00
parent 972bb04291
commit f4ebeefad1
12 changed files with 109 additions and 29 deletions
+5
View File
@@ -70,5 +70,10 @@ namespace LeafWeb.Core.Entities
return compressedFileStream.ToArray();
}
}
public int GetOutputFileSizeSum()
{
return OutputFiles.Sum(o => o.Contents.Length);
}
}
}