@page "/" @using LiMan.UI.Data @inject MessageService AppMService

Li-Man

Gestione Licenze EgalWare
@code { protected override async Task OnInitializedAsync() { AppMService.ShowSearch = false; AppMService.PageName = "Home"; AppMService.PageIcon = "fas fa-home pr-1"; } }