Exemplo n.º 1
0
 public IEnumerable <Filme> GetByTitle(string title) => _filmeRepository.Search(x => x.Title.ToLower().Contains(title.ToLower()));