12 lines
350 B
C#
12 lines
350 B
C#
namespace Nop.Core.Domain.Common;
|
|
|
|
/// <summary>
|
|
/// Represents a soft-deleted (without actually deleting from storage) entity
|
|
/// </summary>
|
|
//public partial interface ISoftDeletedEntity
|
|
//{
|
|
// /// <summary>
|
|
// /// Gets or sets a value indicating whether the entity has been deleted
|
|
// /// </summary>
|
|
// bool Deleted { get; set; }
|
|
//} |