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