7 lines
120 B
C#
7 lines
120 B
C#
|
|
namespace Hncore.Infrastructure.DDD
|
||
|
|
{
|
||
|
|
public interface ISoftDelete
|
||
|
|
{
|
||
|
|
int DeleteTag { get; set; }
|
||
|
|
}
|
||
|
|
}
|