Exemplo n.º 1
0
 public ActionResult Bestill(int id)
 {
     OrdrerBLL ordreBll = new OrdrerBLL();
     ordreBll.RegistrerOrdre(id);
     return RedirectToAction("Index", "Home");
 }