public IEnumerable <Servico> Post([FromBody] Servico servico) { repo.Incluir(servico); return(repo.SelecionarTudo()); }