refact
This commit is contained in:
parent
7da74b0dfb
commit
504f431937
67 changed files with 239 additions and 96 deletions
|
|
@ -1,11 +1,12 @@
|
|||
using isn.Data;
|
||||
using isnd.Data;
|
||||
|
||||
namespace isnd.ViewModels
|
||||
{
|
||||
public class PackageIndexViewModel
|
||||
{
|
||||
public bool Prerelease { get; set; }
|
||||
public Package[] data {get; set;}
|
||||
public string Query { get; set; }
|
||||
public string query { get; set; }
|
||||
public int totalHits { get; internal set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue