xunit web server collection
This commit is contained in:
parent
282b0277ae
commit
3695c17429
38 changed files with 1033 additions and 140 deletions
|
|
@ -13,8 +13,8 @@ namespace isnd.Data.Catalog
|
|||
[JsonRequired]
|
||||
public string Id { get; protected set;}
|
||||
|
||||
private string pkgid;
|
||||
private List<PackageVersion> items;
|
||||
private readonly string pkgid;
|
||||
private readonly List<PackageVersion> items;
|
||||
|
||||
protected string Bid { get ; private set; }
|
||||
protected string DlBase { get; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue