Example #1
0
        public JsonResult GetFYear(int id)
        {
            var x = db.AcFinancialYearSelectByID(id).ToList();

            return(Json(x, JsonRequestBehavior.AllowGet));
        }