Beispiel #1
0
        public ActionResult AddSubjectToProf(string prof, int subject)
        {
            string msg = roleService.AddSubjectToProf(prof, subject);

            return(RedirectToAction("Index", new { message = msg }));
        }