8 lines
142 B
C#
8 lines
142 B
C#
namespace ZeroFramework.DeviceCenter.Domain.Entities
|
|
{
|
|
public interface ISoftDelete
|
|
{
|
|
bool IsDeleted { get; set; }
|
|
}
|
|
}
|