// Fetch latest site update information => core part of map display public ActionResult GetSiteUpdate(string lastUpdate) { Polygons poly = Polygons.GetInstance(); return(Json(poly.GetSiteUpdate(lastUpdate), JsonRequestBehavior.AllowGet)); }