public IEnumerable <Agendamento> Put(int id, [FromBody] Agendamento agendamento) { repo.Alterar(agendamento); return(repo.SelecionarTudo()); }