Exemple #1
0
 public int Post([FromBody] ArticleEntity article)
 {
     return(_articleServices.Add(article));
 }