using MediatR; namespace ReC.Application.Common.Procedures.DeleteProcedure; public interface IDeleteProcedure : IRequest { }