Exemplo n.º 1
0
 public Comment AddCommentToFile([FromBody] Comment comment)
 {
     return(_filesRepository.AddCommentToFile(comment));
 }