コード例 #1
0
ファイル: AgendamentoController.cs プロジェクト: J3H0/Salao2
 public IEnumerable <Agendamento> Delete(int id)
 {
     repo.Excluir(id);
     return(repo.SelecionarTudo());
 }