コード例 #1
0
 public Evento BuscarEvento(Guid id)
 {
     return(_eventoService.BuscarEventoPorIdService(id));
 }