添加项目文件。
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace IM.DomainCommons
|
||||
{
|
||||
public interface ISoftDelete
|
||||
{
|
||||
bool IsDeleted { get; }
|
||||
void SoftDelete();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user