mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
WIP change to ids
This commit is contained in:
@@ -28,10 +28,6 @@ namespace ModernKeePass.Interfaces
|
||||
/// <param name="destination">The destination to move the entity to</param>
|
||||
Task Move(GroupVm destination);
|
||||
/// <summary>
|
||||
/// Delete from Model
|
||||
/// </summary>
|
||||
Task CommitDelete();
|
||||
/// <summary>
|
||||
/// Delete from ViewModel
|
||||
/// </summary>
|
||||
Task MarkForDelete(string recycleBinTitle);
|
||||
|
Reference in New Issue
Block a user