Mango.Nop.Libraries/Mango.Nop.Core/Interfaces/IMgSoftRemoveEntityInt.cs

9 lines
229 B
C#

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