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