Example #1
0
 public bool UpdateImage(Img updatedImage)
 {
     // int id, int owner_id, int album_id, string name, DateTime creation_time, string file_path // new Img(id, owner_id, album_id, name, creation_time, file_path
     return(DBF.UpdateImage(updatedImage));
 }