Exemplo n.º 1
0
 public IEnumerable <Estabelecimento> BuscarPorNome(string nome)
 {
     return(_estabelecimentoRepository.BuscarPorNome(nome));
 }