test

C code posted by Ma
created at 06 Aug 10:59

Edit | Back
1
2
3
4
5
6
        [MustHavePermission(Permissons = AccountPermissions.None, IsAjax = true, IsJson = true)]
        public ActionResult GetGeoList()
        {
            SolarUtilities.GeoEntry geo = SolarUtilities.GetGeo();
            return Content(JsonConvert.SerializeObject(geo));
        }
291 Bytes in 2 ms with coderay