Beispiel #1
0
        public ActionResult DeleteAccount(int id)
        {
            mst_acc_headMain stdMain = new mst_acc_headMain();

            return(View(stdMain.FindAccount(id)));
        }