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

10 lines
250 B
C#

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