Example #1
0
        public ActionResult DeletePropertyHold(int id, int covId)
        {
            PropertyScheduleHoldViewModel model = new PropertyScheduleHoldViewModel();

            model.PropertyScheduleHoldDelete(id);

            return(PartialView("~/Views/MemberCov/_PropertyScheduleHoldGrid.cshtml", model.GetAllPropertyScheduleHold(covId)));
        }
Example #2
0
        public ActionResult RefreshPropertyHold(int id)
        {
            PropertyScheduleHoldViewModel model = new PropertyScheduleHoldViewModel();

            return(PartialView("~/Views/MemberCov/_PropertyScheduleHoldGrid.cshtml", model.GetAllPropertyScheduleHold(id)));
        }