Example #1
0
 public Evento RemoverEvento(int id)
 {
     return(eventoDal.EliminarEventoPorId(id));
 }