using AyCode.Interfaces.Entities; namespace Mango.Nop.Core.Interfaces; // ReSharper disable once PossibleInterfaceMemberAmbiguity public interface ISoftRemoveEntityInt : IAcSoftRemoveEntityInt, ISoftRemoveEntity { }