pkg upd by no db
This commit is contained in:
parent
bd1c47e7c6
commit
58750587d0
4 changed files with 42 additions and 12 deletions
11
src/isnd/ViewModels/PackageIndexViewModel.cs
Normal file
11
src/isnd/ViewModels/PackageIndexViewModel.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using isn.Data;
|
||||
|
||||
namespace isnd.ViewModels
|
||||
{
|
||||
public class PackageIndexViewModel
|
||||
{
|
||||
public Package[] data {get; set;}
|
||||
public string Query { get; set; }
|
||||
public int totalHits { get; internal set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue