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