using AyCode.Interfaces.Entities;
using Nop.Core.Domain.Common;
namespace Mango.Nop.Core.Interfaces;
// ReSharper disable once PossibleInterfaceMemberAmbiguity
public interface IMgSoftRemoveEntity : IAcSoftRemoveEntity, ISoftDeletedEntity
{
}