10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
@page "/Applicazioni"
|
|
@attribute [Authorize]
|
|
|
|
@using LiMan.UI.Components
|
|
@using LiMan.UI.Data
|
|
|
|
@inject MessageService AppMService
|
|
|
|
<ListApplicazioni></ListApplicazioni>
|