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

10 lines
252 B
C#

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