public int Add(CategorieEvaluation o) { bdd.CategorieEvaluation.Add(o); return(bdd.SaveChanges()); }
public int UpdateProfil() { int result = bdd.SaveChanges(); return(result); }
public int Add(Juge o) { bdd.Juge.Add(o); return(bdd.SaveChanges()); }
public int Add(Club o) { bdd.Club.Add(o); return(bdd.SaveChanges()); }
public int Add(CategorieEpreuve catEpreuve) { bdd.CategorieEpreuve.Add(catEpreuve); return(bdd.SaveChanges()); }
public int Add(Nageur o) { bdd.Nageur.Add(o); return(bdd.SaveChanges()); }
public int Add(Personne o) { bdd.Personne.Add(o); return(bdd.SaveChanges()); }
public int Add(CategorieCompetition catComp) { bdd.CategorieCompetition.Add(catComp); return(bdd.SaveChanges()); }
public int Add(CategorieBallet catBallet) { bdd.CategorieBallet.Add(catBallet); return(bdd.SaveChanges()); }
public int Add(CategorieTour catTour) { bdd.CategorieTour.Add(catTour); return(bdd.SaveChanges()); }