Exemplo n.º 1
0
 public void Patch([FromRoute] int fileId, [FromRoute] int commentId, [FromBody] FileCommentDto commentDto)
 {
 }
Exemplo n.º 2
0
 public int Post([FromRoute] int fileId, [FromBody] FileCommentDto commentDto)
 {
     return(1);
 }