catalog impl
This commit is contained in:
parent
fa9a12ad49
commit
14206ac477
27 changed files with 320 additions and 44 deletions
|
|
@ -12,6 +12,7 @@ namespace isnd.Data
|
|||
[Required]
|
||||
[ForeignKey("Package")]
|
||||
[StringLength(1024)]
|
||||
[JsonProperty("id")]
|
||||
public string PackageId { get; set; }
|
||||
|
||||
[Required]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue