コード例 #1
0
 public bool Delete(int imageID)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Image_Delete(imageID));
     }
 }