Esempio n. 1
0
 public void Post([FromBody] CreateCommentUICommand command)
 {
     Execute(() => { _commentLogic.Create(command); });
 }