コード例 #1
0
 public int DeleteFromCategories(int id)
 {
     return(md.DeleteFromCategories(id));
 }