catalog impl
This commit is contained in:
@ -12,6 +12,7 @@ namespace isnd.Data
|
||||
[Required]
|
||||
[ForeignKey("Package")]
|
||||
[StringLength(1024)]
|
||||
[JsonProperty("id")]
|
||||
public string PackageId { get; set; }
|
||||
|
||||
[Required]
|
||||
|
Reference in New Issue
Block a user