Exemple #1
0
 public ActionResult Edite(DAL.Departement departement)
 {
     DAL.Departement.UpdateDepatement(departement);
     return(RedirectToAction("index"));
 }
Exemple #2
0
 public ActionResult Create(DAL.Departement departement)
 {
     DAL.Departement.InsertDepartement(departement);
     return(RedirectToAction("index"));
 }