using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Developers.Accounts.ApproveDeveloper; public sealed record Command(int DeveloperID, string AdminID) : ICommand<Result>;