コード例 #1
0
ファイル: articleBll.cs プロジェクト: kusemoe/shareMvc
 public bool DelArticle(int id) => article.DelArticle(id);