autocomplete

This commit is contained in:
Paul Schneider 2021-06-22 00:10:01 +01:00
commit aaa49788dc
4 changed files with 52 additions and 14 deletions

View file

@ -0,0 +1,7 @@
namespace nuget_host.ViewModels
{
public class HomeIndexViewModel
{
public int PkgCount { get; set; }
}
}