autocomplete
This commit is contained in:
parent
b8809deaa1
commit
aaa49788dc
4 changed files with 52 additions and 14 deletions
7
src/nuget-host/ViewModels/HomeIndexViewModel.cs
Normal file
7
src/nuget-host/ViewModels/HomeIndexViewModel.cs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
namespace nuget_host.ViewModels
|
||||
{
|
||||
public class HomeIndexViewModel
|
||||
{
|
||||
public int PkgCount { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue