Exemplo n.º 1
0
        public JsonResult DeleteBymodel(string ID)
        {
            string strMsg = "";

            houseService.DeleteModelByModel(currentUser, new T_HouseInfo {
                ID = Convert.ToInt32(ID)
            }, ref strMsg);
            return(Json(strMsg, JsonRequestBehavior.AllowGet));
        }