Ejemplo n.º 1
0
 public ServerResult AddCommentToConspect([FromBody] AddCommentToConspectArgs args)
 {
     return(_service.AddCommentToConspect(args));
 }