Exemplo n.º 1
0
 public static void UpdateEventImage(Event.Event ev)
 {
     SQLDataAdapter.QueryUpdateImage(ev.EventId, ev.Image);
 }