isn/src/nuget-host/ViewModels/HomeIndexViewModel.cs
Paul Schneider aaa49788dc autocomplete
2021-06-22 00:10:01 +01:00

7 lines
No EOL
125 B
C#

namespace nuget_host.ViewModels
{
public class HomeIndexViewModel
{
public int PkgCount { get; set; }
}
}