Open frankcollins3 opened 1 year ago
attempting to do: solved[x]
this code utilizes this model: @model ContosoPizza.Pages.PizzaListModel @foreach (var pizza in Model.PizzaList)
and depends on this in the Program.cs/Startup.cs file: builder.Services.AddScoped();
attempting to do: solved[x]
this code utilizes this model: @model ContosoPizza.Pages.PizzaListModel @foreach (var pizza in Model.PizzaList)
and depends on this in the Program.cs/Startup.cs file: builder.Services.AddScoped();