예제 #1
0
 public bool Delete(int galleryID)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Gallery_Delete(galleryID));
     }
 }