Пример #1
0
 public ActionResult Index(int?id)
 {
     try
     {
         // TODO: Add insert logic here
         StudentBusiness.CargarDato();
         return(RedirectToAction("Index", "Student", new { area = "" }));
     }
     catch
     {
         return(View());
     }
 }