Example #1
0
        public ActionResult GetForm(string F_Id)
        {
            var data = actionBLL.GetForm(F_Id);

            return(Content(data.ToJson()));
        }