Exemplo n.º 1
0
        public ActionResult AddMotor()
        {
            DEL -= Methods.AddMotor;
            DEL += Methods.AddMotor;
            DEL?.Invoke();

            return(RedirectToAction("AddServices", "Services"));
        }
Exemplo n.º 2
0
        public ActionResult AddExtraWassen()
        {
            DEL -= Methods.AddExtraWassen;
            DEL += Methods.AddExtraWassen;
            DEL?.Invoke();

            return(RedirectToAction("AddServices", "Services"));
        }
Exemplo n.º 3
0
        public ActionResult AddBandenSpanning()
        {
            DEL -= Methods.AddBandenSpanning;
            DEL += Methods.AddBandenSpanning;
            DEL?.Invoke();

            return(RedirectToAction("AddServices", "Services"));
        }