Exemplo n.º 1
0
 public int UpdateEvento(EventoBE obj)
 {
     return(interfac.UpdateEvento(obj));
 }