コード例 #1
0
 public bool AddArticle(Article article, ref string msg)
 {
     return(DataAccessManager.AddArticle(article, ref msg));
 }