示例#1
0
 public ActionResult <AttachmentModel> GetZip([FromQuery] List <int> attachmentIds)
 {
     return(Ok(_attachmentHelper.DownloadAttchmentsAsZip(attachmentIds)));
 }