Esempio n. 1
0
 public virtual IActionResult AttachmentsIdGet([FromRoute] int id)
 {
     return(_service.AttachmentsIdGetAsync(id));
 }