Ejemplo n.º 1
0
        public ActionResult WaterPersonalPlant(int id)
        {
            bool check = service.UpdatePersonalPlantDates(id);

            return(Json(new { success = check, message = "Plant Watered successfully" }, JsonRequestBehavior.AllowGet));
        }