Ejemplo n.º 1
0
 public ActionResult Nuevo(tb_banco_Info model)
 {
     if (!bus_banco.guardarDB(model))
     {
         return(View(model));
     }
     return(RedirectToAction("Index"));
 }
Ejemplo n.º 2
0
 public ActionResult Nuevo(tb_banco_Info model)
 {
     model.Lst_det = List_Det.get_list(model.IdTransaccionSession);
     if (!bus_banco.guardarDB(model))
     {
         return(View(model));
     }
     return(RedirectToAction("Consultar", new { IdBanco = model.IdBanco, Exito = true }));
 }
Ejemplo n.º 3
0
 public ActionResult Nuevo(tb_banco_Info model)
 {
     model.Lst_det = List_Det.get_list(model.IdTransaccionSession);
     if (!bus_banco.guardarDB(model))
     {
         return(View(model));
     }
     return(RedirectToAction("Index"));
 }