Exemplo n.º 1
0
        public async Task <ActionResult> GetFormJson(long id)
        {
            TData <MaterialEntity> obj = await materialBLL.GetEntity(id);

            return(Json(obj));
        }