REORG
This commit is contained in:
@ -23,7 +23,7 @@ namespace isnd.Controllers
|
||||
return View(new RegistrationPageIndexQueryAndResult
|
||||
{
|
||||
Query = model,
|
||||
Result = pkgs.ToArray()
|
||||
Result = pkgs.GetResults().Select(p => new PackageRegistration(apiBase, p)).ToArray()
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user