コード例 #1
0
 public void DeletePicture(string newsId)
 {
     NewService.DeleteImage(Convert.ToInt32(newsId));
 }