Exemple #1
0
 public ActionResult DeleteThreeModule(string id)
 {
     api.DeleteThreeModule(id);
     return(RedirectToAction("ThreeModule"));
 }