Exemplo n.º 1
0
 public List <Filme> GetAllToSelect()
 {
     return(filmeRepository.GetAllToSelect().OrderBy(o => o.Nome).ToList());
 }