10 lines
No EOL
257 B
Text
10 lines
No EOL
257 B
Text
@page "/Games/{id:guid}/Archives"
|
|
@attribute [Authorize(Roles = RoleService.AdministratorRoleName)]
|
|
|
|
<GameEditView Id="Id" Title="Archives">
|
|
<ArchiveEditor GameId="context.Id" />
|
|
</GameEditView>
|
|
|
|
@code {
|
|
[Parameter] public Guid Id { get; set; }
|
|
} |