Refactoring
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using AipsCore.Domain.Common.ValueObjects;
|
||||
|
||||
namespace AipsCore.Domain.Abstract;
|
||||
|
||||
public interface ISoftDeletableRepository<in TId> where TId : DomainId
|
||||
{
|
||||
Task SoftDeleteAsync(TId id, CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user