Example #1
0
 public ActionResult <AttachmentModel> Get([FromQuery] List <int> attachmentIds)
 {
     return(Ok(_attachmentHelper.DownloadAttchments(attachmentIds)));
 }