Пример #1
0
 public virtual IActionResult AttachmentsIdDownloadGet([FromRoute] int id)
 {
     return(_service.AttachmentsIdDownloadGetAsync(id));
 }