コード例 #1
0
ファイル: LinkBLL.cs プロジェクト: 666-arch/MyBlog
 public static void ManyDelete(int idStr)
 {
     LinkDAL.ManyDelete(idStr);
 }