コード例 #1
0
 public Evento GetEventoByRecebimentoId(int id)
 {
     return(_eventoService.GetEventoByRecebimentoId(id));
 }