Soft deleting whiteboards
This commit is contained in:
@@ -6,4 +6,5 @@ namespace AipsCore.Domain.Models.Whiteboard.External;
|
||||
public interface IWhiteboardRepository : IAbstractRepository<Whiteboard, WhiteboardId>
|
||||
{
|
||||
Task<bool> WhiteboardCodeExists(WhiteboardCode whiteboardCode);
|
||||
Task SoftDeleteAsync(WhiteboardId id, CancellationToken cancellationToken = default);
|
||||
}
|
||||
Reference in New Issue
Block a user