コード例 #1
0
 public async Task <JsonResult> Mealdata(int id)
 {
     return(Json(await _context.MealData((int)id)));
 }