using PnvPanel.Application.Common.Messaging; using PnvPanel.Application.Common.Models; namespace PnvPanel.Application.Admin.Users; public sealed record DeleteUserCommand(Guid UserId) : ICommand;