Minor changes
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||
|
||||
namespace Events.MVC.Models.People;
|
||||
|
||||
public class PeoplePageViewModel
|
||||
{
|
||||
public PagedList<PersonViewModel> People { get; set; } = new([], new PagingInfo());
|
||||
|
||||
public List<SelectListItem> CountryOptions { get; set; } = [];
|
||||
|
||||
public string CountryFilter { get; set; } = string.Empty;
|
||||
}
|
||||
Reference in New Issue
Block a user