Ejemplo n.º 1
0
 public async Task PutComment([FromBody] CommentVM commentVM)
 {
     await _commentBuilder.Update(commentVM);
 }