Esempio n. 1
0
        public async Task <ActionResult> GetFormJson(long id)
        {
            TData <StudentInfoEntity> obj = await studentInfoBLL.GetEntity(id);

            return(Json(obj));
        }