using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Api.Note.DeleteNote; public sealed record Command(int NoteID, int CurrentMemberID) : ICommand;