Esempio n. 1
0
        public ActionResult Billtype_detailsdelete(int id)
        {
            Billtype_details t   = new Billtype_details();
            Boolean          res = t.DeleteRecord(id);

            if (res)
            {
                return(Content("Record Deleted Successfully"));
            }
            else
            {
                return(Content("Error Deleting Record Try Again"));
            }
        }