コード例 #1
0
        public ActionResult ChallanVerfication(ChallanVerification model)
        {
            int retID = Convert.ToInt32(Session["Ret_ID"]);

            db.Aj_Reg_Admin_verify_Fee_slip(Convert.ToInt32(model.fee_slip), retID, model.amount, Convert.ToDateTime(model.deposite_date), true);
            // db.Aj_Reg_Admin__Add_Status_Eligiblty(St_App_ID, St_ID, Eligiblty, model.AppStatus);

            TempData["Success"] = "Inserted Successfully";

            //RegAffCollegesStdView

            return(RedirectToAction("RegAffColleges", "RegistrationAdminSide"));
        }