using LiteCqrs; using PnvPanel.Application.Common.Models; namespace PnvPanel.Application.Admin.Instructions; public sealed record DeleteInstructionTabCommand(Guid TabId) : ICommand;