Ejemplo n.º 1
0
 public ActionResult Create(Student student)
 {
     //msg
     msgInicio();
     studentBusiness.create(student);
     msgErrorRegistration(student);
     return(View());
 }