|
|
@ -3,6 +3,7 @@ using Blazorise;
|
|
|
|
using Blazorise.Bootstrap;
|
|
|
|
using Blazorise.Bootstrap;
|
|
|
|
using Blazorise.Icons.FontAwesome;
|
|
|
|
using Blazorise.Icons.FontAwesome;
|
|
|
|
using BlazorTp1.Data;
|
|
|
|
using BlazorTp1.Data;
|
|
|
|
|
|
|
|
using Blazored.Modal;
|
|
|
|
using Microsoft.AspNetCore.Components;
|
|
|
|
using Microsoft.AspNetCore.Components;
|
|
|
|
using Microsoft.AspNetCore.Components.Web;
|
|
|
|
using Microsoft.AspNetCore.Components.Web;
|
|
|
|
|
|
|
|
|
|
|
@ -24,6 +25,8 @@ builder.Services.AddBlazoredLocalStorage();
|
|
|
|
|
|
|
|
|
|
|
|
builder.Services.AddScoped<IDataService, DataLocalService>();
|
|
|
|
builder.Services.AddScoped<IDataService, DataLocalService>();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
builder.Services.AddBlazoredModal();
|
|
|
|
|
|
|
|
|
|
|
|
var app = builder.Build();
|
|
|
|
var app = builder.Build();
|
|
|
|
|
|
|
|
|
|
|
|
// Configure the HTTP request pipeline.
|
|
|
|
// Configure the HTTP request pipeline.
|
|
|
|