Ejemplo n.º 1
0
 public bool Update(int imageID, string title, int sortOrder)
 {
     using (SprocWrapper db = new SprocWrapper())
     {
         return(db.Image_Update(imageID, title, sortOrder));
     }
 }