Пример #1
0
 public virtual IActionResult AttachmentsPost([FromBody] Attachment item)
 {
     return(_service.AttachmentsPostAsync(item));
 }