refact
This commit is contained in:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user