using GozareshgirProgramManager.Application._Common.Models; using MediatR; namespace GozareshgirProgramManager.Application._Common.Interfaces; public interface IBaseCommand : IRequest { } public interface IBaseCommand : IRequest> { }