@using LANCommander.Data.Enums; @using LANCommander.Extensions; @using LANCommander.Models @using LANCommander.Services @using System.IO.Compression; @using Microsoft.EntityFrameworkCore; @inject ScriptService ScriptService @inject ModalService ModalService @inject IMessageService MessageService @context.Type.GetDisplayName() @context.CreatedBy?.UserName
@code { [Parameter] public Guid GameId { get; set; } [Parameter] public Guid RedistributableId { get; set; } [Parameter] public Guid ServerId { get; set; } [Parameter] public Guid ArchiveId { get; set; } [Parameter] public IEnumerable AllowedTypes { get; set; } ICollection