using MediatR; namespace ReC.Application.Common.Procedures.InsertProcedure; public interface IInsertProcedure : IRequest { }