using Application.Abstractions.Messaging; using SharedKernel.Results; namespace Application.Features.Admin.Store.Coupon.RestoreCodes; public sealed record Command(int CouponID, int[] CodeIDs) : ICommand>;