Example #1
0
 public ActionResult Cerrar_periodo_partial()
 {
     try
     {
         tbl_periodo_evaluacion_Info model = new tbl_periodo_evaluacion_Info();
         ViewBag.lista_periodos = periodo_data.GetListPeriodos_abiertos();
         return(View("_Cerrar_periodoPartial", model));
     }
     catch (Exception)
     {
         throw;
     }
 }