Beispiel #1
0
        public ActionResult UpdateConfirmation(Staff staff)
        {
            var repo          = new StaffRepository();
            var updateStudent = repo.UpdateOfStaff(staff);

            return(View());
        }