Add download links
This commit is contained in:
@@ -70,5 +70,10 @@ namespace LeafWeb.Core.Entities
|
||||
return compressedFileStream.ToArray();
|
||||
}
|
||||
}
|
||||
|
||||
public int GetOutputFileSizeSum()
|
||||
{
|
||||
return OutputFiles.Sum(o => o.Contents.Length);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user