Build hierarchy instead of using Automapper

Add entities before removing them
This commit is contained in:
Geoffroy BONNEVILLE
2020-04-01 12:48:36 +02:00
parent 90c592d7ee
commit 57be6bb917
22 changed files with 84 additions and 77 deletions

View File

@@ -26,11 +26,11 @@ namespace ModernKeePassApp.Test.Mock
public string Name => "MockDatabase";
public GroupVm RecycleBin { get; set; }
public GroupDetailVm RecycleBin { get; set; }
public bool RecycleBinEnabled { get; set; }
public GroupVm RootGroup { get; set; }
public GroupDetailVm RootGroup { get; set; }
public void AddDeletedItem(PwUuid id)
{