settings
This commit is contained in:
parent
18b67bd725
commit
282b0277ae
10 changed files with 51 additions and 34 deletions
|
|
@ -287,7 +287,7 @@ namespace isnd.Services
|
|||
);
|
||||
}
|
||||
|
||||
public IEnumerable<PackageVersion> GetCatalogLeaf(string pkgId, string semver, string pkgType)
|
||||
public IEnumerable<PackageVersion> GetCatalogLeaf(string pkgId, string semver=null, string pkgType=null)
|
||||
{
|
||||
return dbContext.PackageVersions
|
||||
.Include(v => v.Package)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue