Exemplo n.º 1
0
 public IQueryable ObterEventosClassificadosPorData()
 {
     return(eventoDal.ObterEventosClassificadosPorData());
 }