Exemple #1
0
 public bool UpdateArticle(ArticleViewModel articleVM)
 {
     return(articleData.UpdateArticle(articleVM));
 }