コード例 #1
0
ファイル: VehicleController.cs プロジェクト: fengbingye/VSMIS
        public async Task <ActionResult> GetFormJson(long id)
        {
            TData <VehicleEntity> obj = await vehicleBLL.GetEntity(id);

            return(Json(obj));
        }