using MediatR; namespace DbFirst.Application.Catalogs.Commands; public record DeleteCatalogCommand(int Id) : IRequest;