Example #1
0
 public Evento ObterEventoPorTema(string tema)
 {
     return(_repositorioEvento.ObterEventoPorTema(tema));
 }