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