コード例 #1
0
ファイル: CommonBll.cs プロジェクト: NesQ1kx/active-citizen
 public bool DeleteNews(int id)
 {
     return(_commonDal.DeleteNews(id));
 }