AnikeRU

Results 2 comments of AnikeRU

Yes, you can use this code in a blazorboilerplate project. New content of the LocalizationDbContext.cs: ` using BlazorBoilerplate.Infrastructure.Storage.DataModels; using Microsoft.EntityFrameworkCore; namespace BlazorBoilerplate.Storage { public class LocalizationDbContext : DbContext { public...

Check that the MudDialogProvider is exist only one time either in the App or in the Main Layout. ``` `##################################################################### App.razor ############################################################################### ... @code { public EventCallback ThemChanged; public MudTheme...