Exemplo n.º 1
0
 public IActionResult Index(Guid Id)
 {
     return(View(RecipeViewModel.GetFromId(Id, _dataRepository)));
 }