using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Store.Inventory.Delete; public sealed record Command(int MemberID, int InventoryID) : ICommand;