Lots of bug corrections

WIP - still lots left
This commit is contained in:
Geoffroy BONNEVILLE
2020-03-31 19:19:02 +02:00
parent e4bd788ed3
commit 90c592d7ee
24 changed files with 191 additions and 215 deletions

View File

@@ -7,6 +7,7 @@ namespace ModernKeePass.Domain.Entities
public string Id { get; set; }
public string Name { get; set; }
public GroupEntity Parent { get; set; }
public string ParentId { get; set; }
public DateTimeOffset LastModificationDate { get; set; }
}
}