Esempio n. 1
0
 public ActionResult DeleteEducation(int educationId)
 {
     return(Content(!_studentFacade.DeleteEducation(educationId)
         ? "gegeven opleiding kon niet verwijdert worden!"
         : "Voltooid!"));
 }