Ejemplo n.º 1
0
 public ActionResult Delete([FromBody] string title)
 {
     _commandService.DeleteArticle(title);
     return(Ok());
 }