by Nuget version
This commit is contained in:
parent
e49db8e1a1
commit
c147eaf54a
8 changed files with 46 additions and 38 deletions
|
|
@ -15,9 +15,9 @@ namespace isnd.Controllers
|
|||
public partial class PackagesController
|
||||
{
|
||||
// Web search
|
||||
public async Task<IActionResult> Index(PackageRegistrationIndexQuery model)
|
||||
public async Task<IActionResult> Index(RegistrationPageIndexQuery model)
|
||||
{
|
||||
return View(packageManager.GetCatalogIndex());
|
||||
return View(packageManager.GetPackageRegistrationIndex(model));
|
||||
}
|
||||
|
||||
public async Task<IActionResult> Details(string pkgid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue