REORG+histo

This commit is contained in:
Paul Schneider 2021-09-05 15:44:47 +01:00
commit 6dd76ac1a5
28 changed files with 948 additions and 159 deletions

View file

@ -10,6 +10,7 @@ namespace isnd.Data
public class Package : IObject
{
[Key][Required]
[StringLength(1024)]
public string Id { get; set; }
[Required]