refact
This commit is contained in:
parent
7da74b0dfb
commit
504f431937
67 changed files with 239 additions and 96 deletions
|
|
@ -1,8 +1,7 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using isn.Controllers;
|
||||
using isn.Data;
|
||||
using isn.ViewModels;
|
||||
using isnd.Controllers;
|
||||
using isnd.Data;
|
||||
using isnd.ViewModels;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using NuGet.Versioning;
|
||||
|
|
@ -34,6 +33,7 @@ namespace isnd.Services
|
|||
|
||||
return new PackageIndexViewModel
|
||||
{
|
||||
query = query,
|
||||
totalHits = total,
|
||||
data = pkgs
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue