Example #1
0
 public ActionResult SupprimerTheme(int themeid)
 {
     CTheme.SupprimerTheme(themeid);
     return(RedirectToAction("ListTheme"));
 }