Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. public IActionResult RecipeDetails(int? id){...}
  2. Recipe recipe = _context.Recipes.Find(id);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement