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