示例#1
0
 public Evento GetByID(TorneioContext contexto, int id)
 {
     return(_eventoDAL.GetByID(contexto, id));
 }